diff options
Diffstat (limited to 'package/giblib/Config.in')
-rw-r--r-- | package/giblib/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/giblib/Config.in b/package/giblib/Config.in index 7b8f03851a..f50271ac53 100644 --- a/package/giblib/Config.in +++ b/package/giblib/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_GIBLIB bool "giblib" depends on BR2_PACKAGE_XORG7 - depends on !BR2_PREFER_STATIC_LIB + depends on !BR2_STATIC_LIBS select BR2_PACKAGE_IMLIB2 select BR2_PACKAGE_IMLIB2_X help @@ -10,4 +10,4 @@ config BR2_PACKAGE_GIBLIB http://linuxbrit.co.uk/giblib/ comment "giblib support needs a toolchain w/ dynamic library" - depends on BR2_PREFER_STATIC_LIB + depends on BR2_STATIC_LIBS |