From: Andreas Sturmlechner Date: Sun, 8 Mar 2020 10:54:43 +0000 (+0100) Subject: dev-qt/qtwayland: Try to fix build with USE -libinput X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9d5562972f61c1c6484a516c33515c1333b1f3cf;p=gentoo.git 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 --- 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 \