diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2014-12-12 15:59:07 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-21 23:49:13 +0100 |
commit | aa36fc34612fcf221e3076fdcb4a39c83c0c397b (patch) | |
tree | 957d694a463c28cc54e455d6da11a37f6cf3512c | |
parent | 7e86a2fcc6a99c338436cd921905a0c34d435662 (diff) | |
download | buildroot-aa36fc34612fcf221e3076fdcb4a39c83c0c397b.tar.gz buildroot-aa36fc34612fcf221e3076fdcb4a39c83c0c397b.zip |
pinentry: remove non-existent configure options for Qt3 and GTK+1
Qt3 and GTK+1 support were removed by this commit:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=commit;h=f2ed42297528f2a126d189c6181d3105ceecca22
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/pinentry/pinentry.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/pinentry/pinentry.mk b/package/pinentry/pinentry.mk index 56e8e71380..f34cc0e107 100644 --- a/package/pinentry/pinentry.mk +++ b/package/pinentry/pinentry.mk @@ -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 |