From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71BB1138350 for ; Sun, 8 Mar 2020 12:05:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3B8EE0880; Sun, 8 Mar 2020 12:05:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89011E0880 for ; Sun, 8 Mar 2020 12:05:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FBF734F586 for ; Sun, 8 Mar 2020 12:05:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 122A812B for ; Sun, 8 Mar 2020 12:05:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1583669081.9d5562972f61c1c6484a516c33515c1333b1f3cf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwayland/qtwayland-5.14.1-r1.ebuild X-VCS-Directories: dev-qt/qtwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9d5562972f61c1c6484a516c33515c1333b1f3cf X-VCS-Branch: master Date: Sun, 8 Mar 2020 12:05:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4dcba18f-1017-47cb-9946-3dfe2601bb9d X-Archives-Hash: dfcd49afea253504695e8d25909b7fe5 commit: 9d5562972f61c1c6484a516c33515c1333b1f3cf Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 8 10:54:43 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 8 12:04:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d556297 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 gentoo.org> dev-qt/qtwayland/qtwayland-5.14.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qtwayland/qtwayland-5.14.1-r1.ebuild b/dev-qt/qtwayland/qtwayland-5.14.1-r1.ebuild index 5fa75b673a7..cba6645459a 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 \