Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Tue, 30 Apr 2019 13:06:43
Message-Id: 1556629590.71f49c7d856b4324a86eaa8ed0d1e1ded1df7eff.kensington@gentoo
1 commit: 71f49c7d856b4324a86eaa8ed0d1e1ded1df7eff
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 30 13:06:12 2019 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 30 13:06:30 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=71f49c7d
7
8 qt5-build.eclass: mirclient disappears in Qt 5.14
9
10 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
11
12 eclass/qt5-build.eclass | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
16 index 613af912..877ceae7 100644
17 --- a/eclass/qt5-build.eclass
18 +++ b/eclass/qt5-build.eclass
19 @@ -623,7 +623,8 @@ qt5_base_configure() {
20 $(tc-ld-is-gold && echo -use-gold-linker || echo -no-use-gold-linker)
21
22 # disable all platform plugins by default, override in qtgui
23 - -no-xcb -no-eglfs -no-kms -no-gbm -no-directfb -no-linuxfb -no-mirclient
24 + -no-xcb -no-eglfs -no-kms -no-gbm -no-directfb -no-linuxfb
25 + $([[ ${QT5_MINOR_VERSION} -lt 14 ]] && echo -no-mirclient)
26
27 # disable undocumented X11-related flags, override in qtgui
28 # (not shown in ./configure -help output)