commit: 6e59c6155928568620efb0466408ee75645d70d6
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 26 02:13:53 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 02:13:53 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=6e59c615
[qt5-build.eclass] The configure option '-no-libproxy' is new since 5.5
---
eclass/qt5-build.eclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 7a6e693..89c8daa 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -532,7 +532,8 @@ qt5_base_configure() {
-no-journald
-no-libpng -no-libjpeg
-no-freetype -no-harfbuzz
- -no-openssl -no-libproxy
+ -no-openssl
+ $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-libproxy)
-no-xinput2 -no-xcb-xlib
# always enable glib event loop support