diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-08 11:54:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-08 13:04:41 +0100 |
commit | 9d5562972f61c1c6484a516c33515c1333b1f3cf (patch) | |
tree | 80cd52bd4ce21d01f7ae7d221e8309961d6834db /dev-qt | |
parent | dev-python/pyfeyn: add python3_7 python3_8 (diff) | |
download | gentoo-9d5562972f61c1c6484a516c33515c1333b1f3cf.tar.gz gentoo-9d5562972f61c1c6484a516c33515c1333b1f3cf.tar.bz2 gentoo-9d5562972f61c1c6484a516c33515c1333b1f3cf.zip |
dev-qt/qtwayland: Try to fix build with USE -libinput
Bug: https://bugs.gentoo.org/711476
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwayland/qtwayland-5.14.1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-qt/qtwayland/qtwayland-5.14.1-r1.ebuild b/dev-qt/qtwayland/qtwayland-5.14.1-r1.ebuild index 5fa75b673a70..cba6645459a4 100644 --- a/dev-qt/qtwayland/qtwayland-5.14.1-r1.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.14.1-r1.ebuild @@ -30,6 +30,7 @@ RDEPEND="${DEPEND}" src_prepare() { qt_use_disable_config libinput xkbcommon \ src/client/client.pro \ + src/compositor/compositor.pro \ src/compositor/wayland_wrapper/wayland_wrapper.pri \ src/plugins/shellintegration/ivi-shell/ivi-shell.pro \ src/plugins/shellintegration/wl-shell/wl-shell.pro \ |