commit: 3e860dcf65c6ede5e4b818911ca0fd6b02bba972 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Sep 22 13:09:18 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Sep 30 11:05:27 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3e860dcf
dev-qt/qtgui: Upstream fixed build with libglvnd-1.3.4 Upstream commit f42186815187be1a0c5c0f9d6acc657872d3d533: "Cater for upstream changes in eglplatform.h" (libglvnd-1.3.4) See also: https://bugreports.qt.io/browse/QTBUG-96392 (sync with Gentoo ebuild repository) Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-qt/qtgui/qtgui-5.15.2.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild index 36dc15ed..f81b5c47 100644 --- a/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild @@ -172,7 +172,7 @@ src_configure() { $(qt_use udev libudev) $(qt_use vulkan) $(qt_use X xcb) - $(usev X '-xcb-xlib -DUSE_X11') + $(usev X '-xcb-xlib') ) if use libinput || use X; then myconf+=( -xkbcommon )