|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-PINENTRY_VERSION = 1.1.0
|
|
|
+PINENTRY_VERSION = 1.1.1
|
|
|
PINENTRY_SOURCE = pinentry-$(PINENTRY_VERSION).tar.bz2
|
|
|
PINENTRY_SITE = https://www.gnupg.org/ftp/gcrypt/pinentry
|
|
|
PINENTRY_LICENSE = GPL-2.0+
|
|
@@ -29,6 +29,14 @@ else
|
|
|
PINENTRY_CONF_OPTS += --disable-libsecret
|
|
|
endif
|
|
|
|
|
|
+# pinentry-efl backend
|
|
|
+ifeq ($(BR2_PACKAGE_PINENTRY_EFL),y)
|
|
|
+PINENTRY_CONF_OPTS += --enable-pinentry-efl
|
|
|
+PINENTRY_DEPENDENCIES += efl
|
|
|
+else
|
|
|
+PINENTRY_CONF_OPTS += --disable-pinentry-efl
|
|
|
+endif
|
|
|
+
|
|
|
# pinentry-fltk backend
|
|
|
ifeq ($(BR2_PACKAGE_PINENTRY_FLTK),y)
|
|
|
PINENTRY_CONF_ENV += ac_cv_path_FLTK_CONFIG=$(STAGING_DIR)/usr/bin/fltk-config
|