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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user