diff options
Diffstat (limited to 'package/tinyalsa/Config.in')
-rw-r--r-- | package/tinyalsa/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tinyalsa/Config.in b/package/tinyalsa/Config.in index 3021307c80..65c5a1aa26 100644 --- a/package/tinyalsa/Config.in +++ b/package/tinyalsa/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_TINYALSA bool "tinyalsa" - depends on !BR2_PREFER_STATIC_LIB + depends on !BR2_STATIC_LIBS help a small library to interface with ALSA in the Linux kernel @@ -14,4 +14,4 @@ config BR2_PACKAGE_TINYALSA https://github.com/tinyalsa/tinyalsa comment "tinyalsa needs toolchain w/ dynamic library" - depends on BR2_PREFER_STATIC_LIB + depends on BR2_STATIC_LIBS |