diff options
Diffstat (limited to 'package/directfb/Config.in')
-rw-r--r-- | package/directfb/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/directfb/Config.in b/package/directfb/Config.in index 47f9feaaf..a1845689d 100644 --- a/package/directfb/Config.in +++ b/package/directfb/Config.in @@ -1,5 +1,6 @@ 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 |