mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-qt/qtgui: Add USE wayland
Closes: https://bugs.gentoo.org/689680 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<flag name="libinput">Enable support for input devices via <pkg>dev-libs/libinput</pkg></flag>
|
||||
<flag name="tslib">Enable support for touchscreen devices via <pkg>x11-libs/tslib</pkg></flag>
|
||||
<flag name="tuio">Build plugin to receive touch events over the TUIO protocol</flag>
|
||||
<flag name="wayland">Provide <pkg>dev-qt/qtwayland</pkg> to ensure Qt applications can be run as Wayland clients</flag>
|
||||
<flag name="xcb">Build the XCB platform plugin and enable X11 integration</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
|
||||
@@ -14,7 +14,7 @@ fi
|
||||
# TODO: linuxfb
|
||||
|
||||
IUSE="accessibility dbus egl eglfs evdev +gif gles2 ibus
|
||||
jpeg +libinput +png tslib tuio +udev vnc +xcb"
|
||||
jpeg +libinput +png tslib tuio +udev vnc wayland +xcb"
|
||||
REQUIRED_USE="
|
||||
|| ( eglfs xcb )
|
||||
accessibility? ( dbus xcb )
|
||||
@@ -69,6 +69,7 @@ DEPEND="${RDEPEND}
|
||||
"
|
||||
PDEPEND="
|
||||
ibus? ( app-i18n/ibus )
|
||||
wayland? ( ~dev-qt/qtwayland-${PV} )
|
||||
"
|
||||
|
||||
QT5_TARGET_SUBDIRS=(
|
||||
|
||||
Reference in New Issue
Block a user