commit: ef1c267a220d6f1a159b8ff48c4487d1a1afcd3b
Author: Violet Purcell <vimproved <AT> inventati <DOT> org>
AuthorDate: Mon Sep 4 01:11:14 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Sep 4 04:02:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1c267a
dev-qt/qtgui: update REQUIRED_USE
Add wayland to the REQUIRED_USE line requiring a platform plugin be
built for wayland-only setups.
Ionen's note: qtbase was skipped for now, will get updated a bit later
Signed-off-by: Violet Purcell <vimproved <AT> inventati.org>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-qt/qtgui/qtgui-5.15.10-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtgui/qtgui-5.15.10-r1.ebuild
b/dev-qt/qtgui/qtgui-5.15.10-r1.ebuild
index 822d34e5032b..f44112b35872 100644
--- a/dev-qt/qtgui/qtgui-5.15.10-r1.ebuild
+++ b/dev-qt/qtgui/qtgui-5.15.10-r1.ebuild
@@ -17,7 +17,7 @@ SLOT=5/${QT5_PV} # bug 707658
IUSE="accessibility dbus egl eglfs evdev gles2-only ibus jpeg +libinput
linuxfb +png tslib tuio +udev vnc vulkan wayland +X"
REQUIRED_USE="
- || ( eglfs linuxfb vnc X )
+ || ( eglfs linuxfb vnc wayland X )
accessibility? ( dbus X )
eglfs? ( egl )
ibus? ( dbus )