* [Buildroot] [PATCH 1/2] wine: Add openldap dependency check
@ 2015-03-08 14:22 André Hentschel
2015-03-08 17:48 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: André Hentschel @ 2015-03-08 14:22 UTC (permalink / raw)
To: buildroot
Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
---
package/wine/wine.mk | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/package/wine/wine.mk b/package/wine/wine.mk
index e931c87..571606d 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/2] wine: Add openldap dependency check
2015-03-08 14:22 [Buildroot] [PATCH 1/2] wine: Add openldap dependency check André Hentschel
@ 2015-03-08 17:48 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-03-08 17:48 UTC (permalink / raw)
To: buildroot
Dear Andr? Hentschel,
On Sun, 08 Mar 2015 15:22:11 +0100, Andr? Hentschel wrote:
> Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
Applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-08 17:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-08 14:22 [Buildroot] [PATCH 1/2] wine: Add openldap dependency check André Hentschel
2015-03-08 17:48 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox