summaryrefslogtreecommitdiffstats
path: root/package/wine
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-05-01 10:40:28 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-05-01 16:21:55 +0200
commit5c612d9b178e49eb3edad53e6f3615f1e8747223 (patch)
treec2918c0f9e47ed4049d9dc8ffbd644e26d406c58 /package/wine
parentc5cdb8a65576c1315973b60c79e230417c53fd64 (diff)
downloadbuildroot-5c612d9b178e49eb3edad53e6f3615f1e8747223.tar.gz
buildroot-5c612d9b178e49eb3edad53e6f3615f1e8747223.zip
wine: fix alsa-related build error
The fix from 81230a5b3a27e315f0ba1334d7ab257812b7ab69 is incomplete. BR2_PACKAGE_ALSA_LIB_RAWMIDI is required as well. Fixes: http://autobuild.buildroot.org/results/018/018391c5e70d33bc0b5745ad7a2a273efa9be0d7/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/wine')
-rw-r--r--package/wine/wine.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wine/wine.mk b/package/wine/wine.mk
index a96060fbc6..1ae038efb5 100644
--- a/package/wine/wine.mk
+++ b/package/wine/wine.mk
@@ -41,7 +41,7 @@ ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y)
WINE_CONF_OPTS += TARGETFLAGS="-b $(call qstrip,$(BR2_TOOLCHAIN_EXTERNAL_PREFIX))"
endif
-ifeq ($(BR2_PACKAGE_ALSA_LIB)$(BR2_PACKAGE_ALSA_LIB_SEQ),yy)
+ifeq ($(BR2_PACKAGE_ALSA_LIB)$(BR2_PACKAGE_ALSA_LIB_SEQ)$(BR2_PACKAGE_ALSA_LIB_RAWMIDI),yyy)
WINE_CONF_OPTS += --with-alsa
WINE_DEPENDENCIES += alsa-lib
else
OpenPOWER on IntegriCloud