Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wlroots/
Date: Sat, 01 Dec 2018 17:49:22
Message-Id: 1543686083.a2a963127f6934c52fb3932ce42a96600c23db5f.bman@gentoo
1 commit: a2a963127f6934c52fb3932ce42a96600c23db5f
2 Author: Niccolò Scatena <speedjack95 <AT> gmail <DOT> com>
3 AuthorDate: Fri Nov 30 13:01:26 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 17:41:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a96312
7
8 dev-libs/wlroots: remove dependency xcb-xkb
9
10 Removed by upstream.
11
12 Signed-off-by: Niccolò Scatena <speedjack95 <AT> gmail.com>
13 Package-Manager: Portage-2.3.52, Repoman-2.3.12
14 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
15
16 dev-libs/wlroots/wlroots-9999.ebuild | 3 +--
17 1 file changed, 1 insertion(+), 2 deletions(-)
18
19 diff --git a/dev-libs/wlroots/wlroots-9999.ebuild b/dev-libs/wlroots/wlroots-9999.ebuild
20 index eae2493458c..c3bccd9f7fe 100644
21 --- a/dev-libs/wlroots/wlroots-9999.ebuild
22 +++ b/dev-libs/wlroots/wlroots-9999.ebuild
23 @@ -32,7 +32,7 @@ RDEPEND=">=dev-libs/libinput-1.7.0:0=
24 elogind? ( >=sys-auth/elogind-237 )
25 icccm? ( x11-libs/xcb-util-wm )
26 systemd? ( >=sys-apps/systemd-237 )
27 - x11-backend? ( x11-libs/libxcb:0=[xkb] )
28 + x11-backend? ( x11-libs/libxcb:0= )
29 X? (
30 x11-base/xorg-server[wayland]
31 x11-libs/libxcb:0=
32 @@ -49,7 +49,6 @@ src_configure() {
33 "-Dxcb-errors=disabled"
34 -Dlibcap=$(usex filecaps enabled disabled)
35 -Dxcb-icccm=$(usex icccm enabled disabled)
36 - -Dxcb-xkb=$(usex x11-backend enabled disabled)
37 -Dxwayland=$(usex X enabled disabled)
38 -Dx11-backend=$(usex x11-backend enabled disabled)
39 -Drootston=$(usex rootston true false)