diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-08-26 12:58:10 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-26 19:38:21 +0100 |
commit | 63ac5c001658e5fca3ea103125786e023d024c73 (patch) | |
tree | a1f6691d6517f7048cf3405dca5803e0521852e2 /dev-qt | |
parent | sys-auth/nss_ldap: fix finding glibc version on no-multilib (diff) | |
download | gentoo-63ac5c001658e5fca3ea103125786e023d024c73.tar.gz gentoo-63ac5c001658e5fca3ea103125786e023d024c73.tar.bz2 gentoo-63ac5c001658e5fca3ea103125786e023d024c73.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>
Closes: https://bugs.gentoo.org/810343
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtgui/qtgui-5.15.2-r11.ebuild (renamed from dev-qt/qtgui/qtgui-5.15.2-r10.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgui/qtgui-5.15.2-r10.ebuild b/dev-qt/qtgui/qtgui-5.15.2-r11.ebuild index 010d71704eb4..73a502c8255a 100644 --- a/dev-qt/qtgui/qtgui-5.15.2-r10.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.2-r11.ebuild @@ -175,7 +175,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 ) |