commit: cd3745d29928f32a1ac06c05e592faf94a88826a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 18:18:19 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 18:18:50 2016 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=cd3745d2
qt5-build.eclass: disable qpa platform guard
It is only relevant to qtgui (where it is not triggered because we do build the
plugin) and otherwise causes all of qtbase to fail configure.
eclass/qt5-build.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 94ea689..1344a01 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -601,7 +601,7 @@ qt5_base_configure() {
# disable all platform plugins by default, override in qtgui
-no-xcb -no-eglfs -no-kms -no-directfb -no-linuxfb
- $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-mirclient)
+ $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-mirclient
-no-qpa-platform-guard)
# disable undocumented X11-related flags, override in qtgui
# (not shown in ./configure -help output)