]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/alsa-lib/alsa-lib.mk
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / alsa-lib / alsa-lib.mk
index 0b329cd4b43aa38e251a18eb2a469fa660ef3112..2890a38cae17f8d65214275d64159ebe36eaf272 100644 (file)
@@ -18,7 +18,7 @@ ALSA_LIB_CONF_OPTS = --with-alsa-devdir=$(call qstrip,$(BR2_PACKAGE_ALSA_LIB_DEV
                    --without-versioned
 
 # Can't build with static & shared at the same time (1.0.25+)
-ifeq ($(BR2_PREFER_STATIC_LIB),y)
+ifeq ($(BR2_STATIC_LIBS),y)
 ALSA_LIB_CONF_OPTS += --enable-shared=no
 else
 ALSA_LIB_CONF_OPTS += --enable-static=no