Commit ade0a8a8 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files
parent bf5d5171
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_DIRECTFB
	bool "directfb"
	depends on BR2_TOOLCHAIN_HAS_THREADS
	select BR2_PACKAGE_FREETYPE
	select BR2_PACKAGE_ZLIB
	help
@@ -107,3 +108,6 @@ config BR2_PACKAGE_DIRECTB_TESTS
	bool "build directfb tests"

endif # BR2_PACKAGE_DIRECTFB

comment "directfb needs a toolchain with thread support"
	depends on !BR2_TOOLCHAIN_HAS_THREADS
+1 −0
Original line number Diff line number Diff line
@@ -262,6 +262,7 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CURL
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DIRECTFB
	bool "directfb"
	select BR2_PACKAGE_DIRECTFB
	depends on BR2_TOOLCHAIN_HAS_THREADS

config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVB
	bool "dvb"