mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
wine: Add OpenAL dependency
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
dd3afecc70
commit
b4b489ce36
@@ -25,7 +25,6 @@ WINE_CONF_OPTS = \
|
||||
--without-gphoto \
|
||||
--without-gsm \
|
||||
--without-hal \
|
||||
--without-openal \
|
||||
--without-opencl \
|
||||
--without-oss
|
||||
|
||||
@@ -163,6 +162,13 @@ else
|
||||
WINE_CONF_OPTS += --without-curses
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENAL),y)
|
||||
WINE_CONF_OPTS += --with-openal
|
||||
WINE_DEPENDENCIES += openal
|
||||
else
|
||||
WINE_CONF_OPTS += --without-openal
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENLDAP),y)
|
||||
WINE_CONF_OPTS += --with-ldap
|
||||
WINE_DEPENDENCIES += openldap
|
||||
|
||||
Reference in New Issue
Block a user