aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-08-26 12:50:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-08-27 13:40:41 +0200
commitf1f6af038dd9e283b9915c18b3b0f1f379ace46f (patch)
treef1154a8bb4d01c8a6e683901aac594527f05c5c4
parentqt5-build.eclass: Sync dev-qt/qtcore blocker w/ Gentoo ebuild repo (diff)
downloadqt-f1f6af038dd9e283b9915c18b3b0f1f379ace46f.tar.gz
qt-f1f6af038dd9e283b9915c18b3b0f1f379ace46f.tar.bz2
qt-f1f6af038dd9e283b9915c18b3b0f1f379ace46f.zip
dev-qt/qtgui: Force -DUSE_X11 with IUSE="X"
Reported-by: Austin Kilgore <kilgorephotoshop@gmail.com> Thanks-to: Tiernan Hubble <thubble+gentoo@thubble.ca> Bug: https://bugs.gentoo.org/810343 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-qt/qtgui/qtgui-5.15.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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 )