summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Hentschel <nerv@dawncrow.de>2015-03-08 15:22:11 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-08 18:48:04 +0100
commitfa200b2438e3de61ebfe821d9d4bc6ee9867ea0f (patch)
treec03b389c1efa24133c95206be59b3254c2fcd986
parent97aaf8b7a27afc87b2fa62197869c3790325147b (diff)
downloadbuildroot-fa200b2438e3de61ebfe821d9d4bc6ee9867ea0f.tar.gz
buildroot-fa200b2438e3de61ebfe821d9d4bc6ee9867ea0f.zip
wine: Add openldap dependency check
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/wine/wine.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/package/wine/wine.mk b/package/wine/wine.mk
index e931c877e6..571606de01 100644
--- a/package/wine/wine.mk
+++ b/package/wine/wine.mk
@@ -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
OpenPOWER on IntegriCloud