mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
wine: Add openldap dependency check
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
97aaf8b7a2
commit
fa200b2438
@ -23,7 +23,6 @@ WINE_CONF_OPTS = \
|
|||||||
--without-gphoto \
|
--without-gphoto \
|
||||||
--without-gsm \
|
--without-gsm \
|
||||||
--without-hal \
|
--without-hal \
|
||||||
--without-ldap \
|
|
||||||
--without-netapi \
|
--without-netapi \
|
||||||
--without-openal \
|
--without-openal \
|
||||||
--without-opencl \
|
--without-opencl \
|
||||||
@ -160,6 +159,13 @@ else
|
|||||||
WINE_CONF_OPTS += --without-curses
|
WINE_CONF_OPTS += --without-curses
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_SANE_BACKENDS),y)
|
||||||
WINE_CONF_OPTS += --with-sane
|
WINE_CONF_OPTS += --with-sane
|
||||||
WINE_DEPENDENCIES += sane-backends
|
WINE_DEPENDENCIES += sane-backends
|
||||||
|
Loading…
x
Reference in New Issue
Block a user