mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/gnupg2: add optional support for gnutls
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
cde1d5d8b8
commit
e71413b73b
@ -35,6 +35,13 @@ else
|
|||||||
GNUPG2_CONF_OPTS += --disable-bzip2
|
GNUPG2_CONF_OPTS += --disable-bzip2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||||
|
GNUPG2_CONF_OPTS += --enable-gnutls
|
||||||
|
GNUPG2_DEPENDENCIES += gnutls
|
||||||
|
else
|
||||||
|
GNUPG2_CONF_OPTS += --disable-gnutls
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBUSB_COMPAT),y)
|
ifeq ($(BR2_PACKAGE_LIBUSB_COMPAT),y)
|
||||||
GNUPG2_CONF_OPTS += --enable-ccid-driver
|
GNUPG2_CONF_OPTS += --enable-ccid-driver
|
||||||
GNUPG2_DEPENDENCIES += libusb-compat
|
GNUPG2_DEPENDENCIES += libusb-compat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user