mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
directfb: 1.6.x needs C++ support in toolchain
Fixes http://autobuild.buildroot.net/results/b36f5492401a8bba8ed04614decfbf4152464740/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
75b7dc6860
commit
de33240fe6
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_DIRECTFB
|
config BR2_PACKAGE_DIRECTFB
|
||||||
bool "directfb"
|
bool "directfb"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
select BR2_PACKAGE_FREETYPE
|
select BR2_PACKAGE_FREETYPE
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
@ -120,5 +121,5 @@ config BR2_PACKAGE_DIRECTFB_TESTS
|
|||||||
|
|
||||||
endif # BR2_PACKAGE_DIRECTFB
|
endif # BR2_PACKAGE_DIRECTFB
|
||||||
|
|
||||||
comment "directfb needs a toolchain with thread support"
|
comment "directfb needs a toolchain with C++ and thread support"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -263,6 +263,7 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DIRECTFB
|
|||||||
bool "directfb"
|
bool "directfb"
|
||||||
select BR2_PACKAGE_DIRECTFB
|
select BR2_PACKAGE_DIRECTFB
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVB
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVB
|
||||||
bool "dvb"
|
bool "dvb"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user