diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-09-23 11:54:12 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-09-23 11:54:26 -0400 |
commit | 64756889b8d567a1cfc0b142704b028c89b9b48b (patch) | |
tree | 5e3773c08bef22365f2d6fa95f42c60a46fed65f /dev-qt | |
parent | dev-qt/*: drop Qt6 (live ebuilds moved to ::gentoo) (diff) | |
download | qt-64756889b8d567a1cfc0b142704b028c89b9b48b.tar.gz qt-64756889b8d567a1cfc0b142704b028c89b9b48b.tar.bz2 qt-64756889b8d567a1cfc0b142704b028c89b9b48b.zip |
dev-qt/qtgui: sync wayland REQUIRED_USE changes with ::gentoo
None of the others are needed for wayland, required use often
gave the misconception that eglfs is needed for wayland.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtgui/qtgui-5.15.10.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgui/qtgui-5.15.10.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.10.9999.ebuild index 1788d8cd..cf55be1b 100644 --- a/dev-qt/qtgui/qtgui-5.15.10.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.10.9999.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 ) |