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-gphoto \
|
||||||
--without-gsm \
|
--without-gsm \
|
||||||
--without-hal \
|
--without-hal \
|
||||||
--without-openal \
|
|
||||||
--without-opencl \
|
--without-opencl \
|
||||||
--without-oss
|
--without-oss
|
||||||
|
|
||||||
@ -163,6 +162,13 @@ else
|
|||||||
WINE_CONF_OPTS += --without-curses
|
WINE_CONF_OPTS += --without-curses
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_OPENLDAP),y)
|
||||||
WINE_CONF_OPTS += --with-ldap
|
WINE_CONF_OPTS += --with-ldap
|
||||||
WINE_DEPENDENCIES += openldap
|
WINE_DEPENDENCIES += openldap
|
||||||
|
Loading…
Reference in New Issue
Block a user