Commit aa36fc34 authored by Vicente Olivert Riera's avatar Vicente Olivert Riera Committed by Thomas Petazzoni
Browse files

pinentry: remove non-existent configure options for Qt3 and GTK+1

parent 7e86a2fc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -10,8 +10,6 @@ PINENTRY_SITE = ftp://ftp.gnupg.org/gcrypt/pinentry
PINENTRY_LICENSE = GPLv2+
PINENTRY_LICENSE_FILES = COPYING
PINENTRY_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
PINENTRY_CONF_OPTS = --disable-pinentry-gtk # gtk1
PINENTRY_CONF_OPTS += --disable-pinentry-qt  # qt3
PINENTRY_CONF_OPTS += --without-libcap       # requires PAM

# build with X if available