commit:     c30eb79b30c55c74dd233183395f7578ffc887d1
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 13:06:12 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 10:22:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30eb79b

qt5-build.eclass: mirclient disappears in Qt 5.14

Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 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 d4f4678eed0..290a0c40381 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -623,7 +623,8 @@ qt5_base_configure() {
                $(tc-ld-is-gold && echo -use-gold-linker || echo 
-no-use-gold-linker)
 
                # disable all platform plugins by default, override in qtgui
-               -no-xcb -no-eglfs -no-kms -no-gbm -no-directfb -no-linuxfb 
-no-mirclient
+               -no-xcb -no-eglfs -no-kms -no-gbm -no-directfb -no-linuxfb
+               $([[ ${QT5_MINOR_VERSION} -lt 14 ]] && echo -no-mirclient)
 
                # disable undocumented X11-related flags, override in qtgui
                # (not shown in ./configure -help output)

Reply via email to