Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wlc/
Date: Sun, 30 Jul 2017 14:38:01
Message-Id: 1501425445.c4afc732f1562592a9ef5b42e0e13a3dc00e7006.soap@gentoo
1 commit: c4afc732f1562592a9ef5b42e0e13a3dc00e7006
2 Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 27 19:09:04 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 14:37:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4afc732
7
8 dev-libs/wlc: updated live ebuild
9
10 Closes: https://github.com/gentoo/gentoo/pull/5224
11
12 dev-libs/wlc/wlc-9999.ebuild | 24 ++++++++++++++++--------
13 1 file changed, 16 insertions(+), 8 deletions(-)
14
15 diff --git a/dev-libs/wlc/wlc-9999.ebuild b/dev-libs/wlc/wlc-9999.ebuild
16 index 535af3d4823..709fe5def74 100644
17 --- a/dev-libs/wlc/wlc-9999.ebuild
18 +++ b/dev-libs/wlc/wlc-9999.ebuild
19 @@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/Cloudef/wlc.git"
20 LICENSE="MIT ZLIB"
21 SLOT="0"
22 KEYWORDS=""
23 -IUSE="X static-libs systemd xwayland"
24 +IUSE="X static-libs systemd +xwayland"
25
26 RDEPEND="virtual/opengl
27 virtual/libudev
28 @@ -24,12 +24,19 @@ RDEPEND="virtual/opengl
29 x11-misc/xkeyboard-config
30 dev-libs/libinput
31 dev-libs/wayland
32 - X? ( x11-libs/libX11
33 - x11-libs/libxcb[xkb]
34 - x11-libs/xcb-util-image
35 - x11-libs/xcb-util-wm
36 - x11-libs/libXfixes )
37 - xwayland? ( x11-base/xorg-server[wayland] )
38 + X? (
39 + x11-libs/libX11
40 + x11-libs/libxcb[xkb]
41 + x11-libs/xcb-util-image
42 + x11-libs/xcb-util-wm
43 + x11-libs/libXfixes
44 + )
45 + xwayland? (
46 + x11-libs/libxcb[xkb]
47 + x11-libs/xcb-util-image
48 + x11-libs/xcb-util-wm
49 + x11-base/xorg-server[wayland]
50 + )
51 systemd? ( sys-apps/systemd sys-apps/dbus )"
52
53 DEPEND="${RDEPEND}
54 @@ -43,7 +50,8 @@ src_configure() {
55
56 -DWLC_BUILD_STATIC=$(usex static-libs)
57
58 - -DWLC_X11_SUPPORT=$(usex X)
59 + -DWLC_X11_BACKEND_SUPPORT=$(usex X)
60 + -DWLC_XWAYLAND_SUPPORT=$(usex xwayland)
61
62 $(cmake-utils_use_find_package systemd Systemd)
63 $(cmake-utils_use_find_package systemd Dbus)