|
@@ -3,6 +3,7 @@ config BR2_PACKAGE_RPI_USERLAND
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
|
select BR2_PACKAGE_HAS_LIBEGL
|
|
|
select BR2_PACKAGE_HAS_LIBGLES
|
|
|
select BR2_PACKAGE_HAS_LIBOPENVG
|
|
@@ -39,6 +40,7 @@ config BR2_PACKAGE_RPI_USERLAND_START_VCFILED
|
|
|
|
|
|
endif
|
|
|
|
|
|
-comment "rpi-userland needs a toolchain w/ C++, threads"
|
|
|
+comment "rpi-userland needs a toolchain w/ C++, threads, dynamic library"
|
|
|
depends on BR2_arm
|
|
|
- depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
+ BR2_STATIC_LIBS
|