Peter Korsgaard 2015-05-22 00:20:39 +02:00
parent 1ae0e16afd
commit fa4d2a66d7
1 changed files with 4 additions and 2 deletions

View File

@ -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