commit:     f1f6af038dd9e283b9915c18b3b0f1f379ace46f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 10:50:11 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 11:40:41 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=f1f6af03

dev-qt/qtgui: Force -DUSE_X11 with IUSE="X"

Reported-by: Austin Kilgore <kilgorephotoshop <AT> gmail.com>
Thanks-to: Tiernan Hubble <thubble+gentoo <AT> thubble.ca>
Bug: https://bugs.gentoo.org/810343
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtgui/qtgui-5.15.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtgui/qtgui-5.15.9999.ebuild 
b/dev-qt/qtgui/qtgui-5.15.9999.ebuild
index 47a8155c..5a288457 100644
--- a/dev-qt/qtgui/qtgui-5.15.9999.ebuild
+++ b/dev-qt/qtgui/qtgui-5.15.9999.ebuild
@@ -174,7 +174,7 @@ src_configure() {
                $(qt_use udev libudev)
                $(qt_use vulkan)
                $(qt_use X xcb)
-               $(usex X '-xcb-xlib' '')
+               $(usex X '-xcb-xlib -DUSE_X11' '')
        )
        if use libinput || use X; then
                myconf+=( -xkbcommon )

Reply via email to