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:55:51
Message-Id: 1635731715.a77ee5de0a0ed3a21cdc2930add33c16bb11adf9.prometheanfire@gentoo
1 commit: a77ee5de0a0ed3a21cdc2930add33c16bb11adf9
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 1 01:55:15 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 01:55:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77ee5de
7
8 gui-libs/wlroots: use correct x flag for x11-backend X
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 | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild
17 index c5f30a6ccb1..53e54f07ae8 100644
18 --- a/gui-libs/wlroots/wlroots-9999.ebuild
19 +++ b/gui-libs/wlroots/wlroots-9999.ebuild
20 @@ -61,7 +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 + -Dbackends=drm,libinput$(usex x11-backend ',x11' '')
26 )
27
28 meson_src_configure