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: Thu, 30 Sep 2021 11:35:34
Message-Id: 1632999927.3e860dcf65c6ede5e4b818911ca0fd6b02bba972.asturm@gentoo
1 commit: 3e860dcf65c6ede5e4b818911ca0fd6b02bba972
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 13:09:18 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 11:05:27 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3e860dcf
7
8 dev-qt/qtgui: Upstream fixed build with libglvnd-1.3.4
9
10 Upstream commit f42186815187be1a0c5c0f9d6acc657872d3d533:
11 "Cater for upstream changes in eglplatform.h" (libglvnd-1.3.4)
12 See also: https://bugreports.qt.io/browse/QTBUG-96392
13
14 (sync with Gentoo ebuild repository)
15
16 Package-Manager: Portage-3.0.23, Repoman-3.0.3
17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
18
19 dev-qt/qtgui/qtgui-5.15.2.9999.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild
23 index 36dc15ed..f81b5c47 100644
24 --- a/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild
25 +++ b/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild
26 @@ -172,7 +172,7 @@ src_configure() {
27 $(qt_use udev libudev)
28 $(qt_use vulkan)
29 $(qt_use X xcb)
30 - $(usev X '-xcb-xlib -DUSE_X11')
31 + $(usev X '-xcb-xlib')
32 )
33 if use libinput || use X; then
34 myconf+=( -xkbcommon )