Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/
Date: Wed, 18 Sep 2019 16:46:57
Message-Id: 1568824999.90cdb9eb83111b8190b0501ababfcca834c9d44d.chiitoo@gentoo
1 commit: 90cdb9eb83111b8190b0501ababfcca834c9d44d
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 18 16:43:19 2019 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 18 16:43:19 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=90cdb9eb
7
8 dev-qt/qtgui: adjust xcb configure options for 5.15
9
10 0. https://code.qt.io/cgit/qt/qtbase.git/commit/?h=5.15&id=60588e1a
11
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
14
15 dev-qt/qtgui/qtgui-5.15.9999.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-qt/qtgui/qtgui-5.15.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.9999.ebuild
19 index aa6a1274..043c53c6 100644
20 --- a/dev-qt/qtgui/qtgui-5.15.9999.ebuild
21 +++ b/dev-qt/qtgui/qtgui-5.15.9999.ebuild
22 @@ -164,8 +164,8 @@ src_configure() {
23 $(qt_use png libpng system)
24 $(qt_use tslib)
25 $(qt_use udev libudev)
26 - $(qt_use xcb xcb system)
27 - $(usex xcb '-xcb-xlib -xcb-xinput -xkb' '')
28 + $(qt_use xcb)
29 + $(usex xcb '-xcb-xlib' '')
30 )
31 if use libinput || use xcb; then
32 myconf+=( -xkbcommon )