mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
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>
This commit is contained in:
parent
c5cdb8a655
commit
5c612d9b17
@ -41,7 +41,7 @@ ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y)
|
|||||||
WINE_CONF_OPTS += TARGETFLAGS="-b $(call qstrip,$(BR2_TOOLCHAIN_EXTERNAL_PREFIX))"
|
WINE_CONF_OPTS += TARGETFLAGS="-b $(call qstrip,$(BR2_TOOLCHAIN_EXTERNAL_PREFIX))"
|
||||||
endif
|
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_CONF_OPTS += --with-alsa
|
||||||
WINE_DEPENDENCIES += alsa-lib
|
WINE_DEPENDENCIES += alsa-lib
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user