diff options
Diffstat (limited to 'package/smack/Config.in')
-rw-r--r-- | package/smack/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/smack/Config.in b/package/smack/Config.in index ffbe73c2af..67c70bb6f3 100644 --- a/package/smack/Config.in +++ b/package/smack/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_SMACK bool "smack" - depends on !BR2_PREFER_STATIC_LIB # dlfcn.h + depends on !BR2_STATIC_LIBS # dlfcn.h depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 help @@ -31,5 +31,5 @@ config BR2_PACKAGE_SMACK https://github.com/smack-team/smack comment "smack needs a toolchain w/ dynamic library, threads, headers >= 3.0" - depends on BR2_PREFER_STATIC_LIB || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 \ + depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 \ || !BR2_TOOLCHAIN_HAS_THREADS |