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: Mon, 01 Jan 2018 01:13:09
Message-Id: 1514769177.6fc5fc1a9455d495abb11cfdf72257b8d8b22c6f.kensington@gentoo
1 commit: 6fc5fc1a9455d495abb11cfdf72257b8d8b22c6f
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 01:12:40 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 01:12:57 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6fc5fc1a
7
8 qt5-build.eclass: -qml-debug is removed from qtbase in 5.11
9
10 Upstream-commit: 525f8516c2580018f910cfb99ab5e0e36bd55ab1
11
12 eclass/qt5-build.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
16 index 3b35c94b..82855656 100644
17 --- a/eclass/qt5-build.eclass
18 +++ b/eclass/qt5-build.eclass
19 @@ -572,7 +572,7 @@ qt5_base_configure() {
20 -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 -no-sql-tds
21
22 # ensure the QML debugging support (qmltooling) is built in qtdeclarative
23 - -qml-debug
24 + $([[ ${QT5_MINOR_VERSION} -lt 11 ]] && echo -qml-debug)
25
26 # MIPS DSP instruction set extensions
27 $(is-flagq -mno-dsp && echo -no-mips_dsp)