Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/
Date: Mon, 01 Nov 2021 01:49:54
Message-Id: 1635731377.2bfae8ea4a8c068f8cc5c2ade67661d0bba5da8b.prometheanfire@gentoo
1 commit: 2bfae8ea4a8c068f8cc5c2ade67661d0bba5da8b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 1 01:49:37 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 01:49:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfae8ea
7
8 gui-libs/wlroots: don't use automagic to find backends
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-libs/wlroots/wlroots-9999.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild
17 index 0da38f73fca..c5f30a6ccb1 100644
18 --- a/gui-libs/wlroots/wlroots-9999.ebuild
19 +++ b/gui-libs/wlroots/wlroots-9999.ebuild
20 @@ -61,6 +61,7 @@ src_configure() {
21 "-Dwerror=false"
22 -Drenderers=$(usex vulkan 'gles2,vulkan' gles2)
23 -Dxwayland=$(usex X enabled disabled)
24 + -Dbackends=drm,libinput$(usex X ',x11' '')
25 )
26
27 meson_src_configure