diff options
Diffstat (limited to 'package/libbluray')
-rw-r--r-- | package/libbluray/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libbluray/Config.in b/package/libbluray/Config.in index e17477380f..357a562d9c 100644 --- a/package/libbluray/Config.in +++ b/package/libbluray/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_LIBBLURAY bool "libbluray" depends on BR2_TOOLCHAIN_HAS_THREADS - depends on !BR2_PREFER_STATIC_LIB + depends on !BR2_STATIC_LIBS help libbluray is a client library for accessing bluray disks. @@ -9,4 +9,4 @@ config BR2_PACKAGE_LIBBLURAY comment "libbluray needs a toolchain w/ threads, dynamic library" depends on !BR2_TOOLCHAIN_HAS_THREADS - depends on BR2_PREFER_STATIC_LIB + depends on BR2_STATIC_LIBS |