|
@@ -1,6 +1,7 @@
|
|
config BR2_PACKAGE_GDAL
|
|
config BR2_PACKAGE_GDAL
|
|
bool "gdal"
|
|
bool "gdal"
|
|
- depends on BR2_INSTALL_LIBSTDCPP # proj, libjson
|
|
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
|
|
|
|
+ depends on BR2_INSTALL_LIBSTDCPP # proj
|
|
# configure can't find proj, when linking statically
|
|
# configure can't find proj, when linking statically
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11, proj
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11, proj
|
|
@@ -8,8 +9,8 @@ config BR2_PACKAGE_GDAL
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # proj
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # proj
|
|
depends on BR2_USE_WCHAR # proj
|
|
depends on BR2_USE_WCHAR # proj
|
|
select BR2_PACKAGE_JPEG
|
|
select BR2_PACKAGE_JPEG
|
|
|
|
+ select BR2_PACKAGE_JSON_C
|
|
select BR2_PACKAGE_LIBGEOTIFF
|
|
select BR2_PACKAGE_LIBGEOTIFF
|
|
- select BR2_PACKAGE_LIBJSON
|
|
|
|
select BR2_PACKAGE_LIBPNG
|
|
select BR2_PACKAGE_LIBPNG
|
|
select BR2_PACKAGE_PROJ
|
|
select BR2_PACKAGE_PROJ
|
|
select BR2_PACKAGE_ZLIB
|
|
select BR2_PACKAGE_ZLIB
|
|
@@ -24,6 +25,7 @@ config BR2_PACKAGE_GDAL
|
|
https://gdal.org/
|
|
https://gdal.org/
|
|
|
|
|
|
comment "gdal needs a toolchain w/ C++, dynamic library, gcc >= 4.7, not binutils bug 27597, threads, wchar"
|
|
comment "gdal needs a toolchain w/ C++, dynamic library, gcc >= 4.7, not binutils bug 27597, threads, wchar"
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || \
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || \
|
|
BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597 || \
|
|
BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597 || \
|