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, 24 Jun 2015 18:46:47
Message-Id: 1435171522.3e4b34762a05f4f7964dc0d386d352513b8db068.pesa@gentoo
1 commit: 3e4b34762a05f4f7964dc0d386d352513b8db068
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 24 18:45:22 2015 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 24 18:45:22 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3e4b3476
7
8 [qt5-build.eclass] Configure with -no-xkbcommon-x11 by default.
9
10 eclass/qt5-build.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
14 index 008700c..ef4cdfb 100644
15 --- a/eclass/qt5-build.eclass
16 +++ b/eclass/qt5-build.eclass
17 @@ -542,7 +542,7 @@ qt5_base_configure() {
18 -no-freetype -no-harfbuzz
19 -no-openssl
20 $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-libproxy)
21 - $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-xkbcommon-evdev)
22 + $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-xkbcommon-{x11,evdev})
23 -no-xinput2 -no-xcb-xlib
24
25 # don't specify -no-gif because there is no way to override it later