diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2018-12-05 14:16:28 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-05 23:09:47 +0100 |
commit | 2da858d41ea12c4b954e2f83a02579f80eaac49f (patch) | |
tree | b8887be4fea1daacde39682fc1ebc40a4f941f2a /dev-qt | |
parent | dev-qt/qtpositioning: Backport geoclue2 plugin to replace SLOT 0 (diff) | |
download | gentoo-2da858d41ea12c4b954e2f83a02579f80eaac49f.tar.gz gentoo-2da858d41ea12c4b954e2f83a02579f80eaac49f.tar.bz2 gentoo-2da858d41ea12c4b954e2f83a02579f80eaac49f.zip |
dev-qt/qtwayland: Fix build with USE -libinput
Bug: https://bugs.gentoo.org/616522
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwayland/qtwayland-5.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwayland/qtwayland-5.11.3.ebuild b/dev-qt/qtwayland/qtwayland-5.11.3.ebuild index ff62f71d3a79..1379e01ee01b 100644 --- a/dev-qt/qtwayland/qtwayland-5.11.3.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.11.3.ebuild @@ -16,7 +16,7 @@ DEPEND=" >=dev-libs/wayland-1.6.0 ~dev-qt/qtcore-${PV} ~dev-qt/qtdeclarative-${PV} - ~dev-qt/qtgui-${PV}[egl,libinput?] + ~dev-qt/qtgui-${PV}[egl,libinput=] media-libs/mesa[egl] >=x11-libs/libxkbcommon-0.2.0 xcomposite? ( |