Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/
Date: Fri, 27 Aug 2021 11:41:48
Message-Id: 1630064441.f1f6af038dd9e283b9915c18b3b0f1f379ace46f.asturm@gentoo
1 commit: f1f6af038dd9e283b9915c18b3b0f1f379ace46f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 26 10:50:11 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 27 11:40:41 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f1f6af03
7
8 dev-qt/qtgui: Force -DUSE_X11 with IUSE="X"
9
10 Reported-by: Austin Kilgore <kilgorephotoshop <AT> gmail.com>
11 Thanks-to: Tiernan Hubble <thubble+gentoo <AT> thubble.ca>
12 Bug: https://bugs.gentoo.org/810343
13 Package-Manager: Portage-3.0.22, Repoman-3.0.3
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 dev-qt/qtgui/qtgui-5.15.9999.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-qt/qtgui/qtgui-5.15.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.9999.ebuild
20 index 47a8155c..5a288457 100644
21 --- a/dev-qt/qtgui/qtgui-5.15.9999.ebuild
22 +++ b/dev-qt/qtgui/qtgui-5.15.9999.ebuild
23 @@ -174,7 +174,7 @@ src_configure() {
24 $(qt_use udev libudev)
25 $(qt_use vulkan)
26 $(qt_use X xcb)
27 - $(usex X '-xcb-xlib' '')
28 + $(usex X '-xcb-xlib -DUSE_X11' '')
29 )
30 if use libinput || use X; then
31 myconf+=( -xkbcommon )