diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-06-11 19:44:15 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-11 22:22:49 +0200 |
commit | 15106b0dee1e8d6d56e602dd009eda4f93a15c52 (patch) | |
tree | 9914775bf935feaa8593dfc83b842eec400db361 | |
parent | c3e3b2a20848a610040411bd00d8f1d7912e284c (diff) | |
download | buildroot-15106b0dee1e8d6d56e602dd009eda4f93a15c52.tar.gz buildroot-15106b0dee1e8d6d56e602dd009eda4f93a15c52.zip |
pinentry: qt4 backend requires the Qt GUI module
Fixes:
http://autobuild.buildroot.org/results/1d8/1d8a8ff1880549b2e2a24cc175dced1a51245cde/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/pinentry/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/pinentry/Config.in b/package/pinentry/Config.in index b1637356ec..ae7025777f 100644 --- a/package/pinentry/Config.in +++ b/package/pinentry/Config.in @@ -44,6 +44,7 @@ config BR2_PACKAGE_PINENTRY_QT4 depends on BR2_TOOLCHAIN_HAS_THREADS # select qt select BR2_PACKAGE_QT + select BR2_PACKAGE_QT_GUI_MODULE help The pinentry-qt4 tool |