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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2AE7158086 for ; Mon, 1 Nov 2021 01:49:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19D85E077C; Mon, 1 Nov 2021 01:49:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF7CCE077C for ; Mon, 1 Nov 2021 01:49:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E68D9342E08 for ; Mon, 1 Nov 2021 01:49:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AD9379 for ; Mon, 1 Nov 2021 01:49:51 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1635731377.2bfae8ea4a8c068f8cc5c2ade67661d0bba5da8b.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/wlroots/wlroots-9999.ebuild X-VCS-Directories: gui-libs/wlroots/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 2bfae8ea4a8c068f8cc5c2ade67661d0bba5da8b X-VCS-Branch: master Date: Mon, 1 Nov 2021 01:49:51 +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: 77347a07-2cdc-49b5-b836-bb36680a8351 X-Archives-Hash: 1aba1ec8b1315a8c5463f9fa3a50b027 commit: 2bfae8ea4a8c068f8cc5c2ade67661d0bba5da8b Author: Matthew Thode gentoo org> AuthorDate: Mon Nov 1 01:49:37 2021 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Nov 1 01:49:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfae8ea gui-libs/wlroots: don't use automagic to find backends Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthew Thode gentoo.org> gui-libs/wlroots/wlroots-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index 0da38f73fca..c5f30a6ccb1 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -61,6 +61,7 @@ src_configure() { "-Dwerror=false" -Drenderers=$(usex vulkan 'gles2,vulkan' gles2) -Dxwayland=$(usex X enabled disabled) + -Dbackends=drm,libinput$(usex X ',x11' '') ) meson_src_configure