Commit b4b489ce authored by André Hentschel's avatar André Hentschel Committed by Thomas Petazzoni
Browse files

wine: Add OpenAL dependency

parent dd3afecc
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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