mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
wine: add optional dependency on libkrb5
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
8aaf954ab9
commit
93481c4f28
@ -23,7 +23,6 @@ WINE_CONF_OPTS = \
|
|||||||
--without-gphoto \
|
--without-gphoto \
|
||||||
--without-gsm \
|
--without-gsm \
|
||||||
--without-hal \
|
--without-hal \
|
||||||
--without-krb5 \
|
|
||||||
--without-opencl \
|
--without-opencl \
|
||||||
--without-oss
|
--without-oss
|
||||||
|
|
||||||
@ -121,6 +120,13 @@ else
|
|||||||
WINE_CONF_OPTS += --without-glu
|
WINE_CONF_OPTS += --without-glu
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBKRB5),y)
|
||||||
|
WINE_CONF_OPTS += --with-krb5
|
||||||
|
WINE_DEPENDENCIES += libkrb5
|
||||||
|
else
|
||||||
|
WINE_CONF_OPTS += --without-krb5
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBPCAP),y)
|
ifeq ($(BR2_PACKAGE_LIBPCAP),y)
|
||||||
WINE_CONF_OPTS += --with-pcap
|
WINE_CONF_OPTS += --with-pcap
|
||||||
WINE_DEPENDENCIES += libpcap
|
WINE_DEPENDENCIES += libpcap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user