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

wine: Add openldap dependency check

parent 97aaf8b7
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ WINE_CONF_OPTS = \
	--without-gphoto \
	--without-gsm \
	--without-hal \
	--without-ldap \
	--without-netapi \
	--without-openal \
	--without-opencl \
@@ -160,6 +159,13 @@ else
WINE_CONF_OPTS += --without-curses
endif

ifeq ($(BR2_PACKAGE_OPENLDAP),y)
WINE_CONF_OPTS += --with-ldap
WINE_DEPENDENCIES += openldap
else
WINE_CONF_OPTS += --without-ldap
endif

ifeq ($(BR2_PACKAGE_SANE_BACKENDS),y)
WINE_CONF_OPTS += --with-sane
WINE_DEPENDENCIES += sane-backends