diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-21 17:45:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-21 18:13:21 +0200 |
commit | 85f94f296fb77f8a125c41702155ca3581f47171 (patch) | |
tree | 6911550165f8b26e37c6115e22f49b684f415bb4 | |
parent | dev-qt/qtsql: Backport mysql dev branch fix (diff) | |
download | gentoo-85f94f296fb77f8a125c41702155ca3581f47171.tar.gz gentoo-85f94f296fb77f8a125c41702155ca3581f47171.tar.bz2 gentoo-85f94f296fb77f8a125c41702155ca3581f47171.zip |
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>
-rw-r--r-- | dev-qt/qtgui/metadata.xml | 1 | ||||
-rw-r--r-- | dev-qt/qtgui/qtgui-5.12.4.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-qt/qtgui/metadata.xml b/dev-qt/qtgui/metadata.xml index bb8d780f9c2d..74256c169f9b 100644 --- a/dev-qt/qtgui/metadata.xml +++ b/dev-qt/qtgui/metadata.xml @@ -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> diff --git a/dev-qt/qtgui/qtgui-5.12.4.ebuild b/dev-qt/qtgui/qtgui-5.12.4.ebuild index 31b4a4ca658f..81db316f4805 100644 --- a/dev-qt/qtgui/qtgui-5.12.4.ebuild +++ b/dev-qt/qtgui/qtgui-5.12.4.ebuild @@ -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=( |