Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Wed, 27 Apr 2016 12:17:03
Message-Id: 1461758884.77126e954de960a466e4d3a9a8a8cfc1618310b3.pesa@gentoo
1 commit: 77126e954de960a466e4d3a9a8a8cfc1618310b3
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 12:05:40 2016 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 12:08:04 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=77126e95
7
8 qt5-build.eclass: stop passing removed configure options
9
10 See qtbase commit 4cb795cbdbc4d117c9de623b086975ebdf1f9a15
11
12 Gentoo-Bug: 581318
13
14 eclass/qt5-build.eclass | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
18 index 30ef6db..8059167 100644
19 --- a/eclass/qt5-build.eclass
20 +++ b/eclass/qt5-build.eclass
21 @@ -631,8 +631,7 @@ qt5_base_configure() {
22 -no-xkb -no-xrender
23
24 # disable obsolete/unused X11-related flags
25 - # (not shown in ./configure -help output)
26 - -no-mitshm -no-xcursor -no-xfixes -no-xrandr -no-xshape -no-xsync
27 + $([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -no-mitshm -no-xcursor -no-xfixes -no-xrandr -no-xshape -no-xsync)
28
29 # always enable session management support: it doesn't need extra deps
30 # at configure time and turning it off is dangerous, see bug 518262