Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Sat, 09 May 2020 08:32:30
Message-Id: 1589013031.e678fa5c98edce05279017c60d859dba19c38165.asturm@gentoo
1 commit: e678fa5c98edce05279017c60d859dba19c38165
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 9 08:30:31 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 9 08:30:31 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e678fa5c
7
8 qt5-build.eclass: Drop pre-Qt 5.14 quirks
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/qt5-build.eclass | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
16 index d82f3d25..cd2e19b0 100644
17 --- a/eclass/qt5-build.eclass
18 +++ b/eclass/qt5-build.eclass
19 @@ -568,7 +568,7 @@ qt5_base_configure() {
20 -no-libpng -no-libjpeg
21 -no-freetype -no-harfbuzz
22 -no-openssl -no-libproxy
23 - $([[ ${QT5_MINOR_VERSION} -ge 14 ]] && echo -no-feature-gssapi)
24 + -no-feature-gssapi
25 -no-xcb-xlib
26
27 # bug 672340
28 @@ -618,7 +618,6 @@ qt5_base_configure() {
29
30 # disable all platform plugins by default, override in qtgui
31 -no-xcb -no-eglfs -no-kms -no-gbm -no-directfb -no-linuxfb
32 - $([[ ${QT5_MINOR_VERSION} -lt 14 ]] && echo -no-mirclient)
33
34 # disable undocumented X11-related flags, override in qtgui
35 # (not shown in ./configure -help output)