Gentoo Archives: gentoo-commits

From: Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-base/xorg-server/
Date: Wed, 21 May 2014 14:48:51
Message-Id: 1400683734.8e1fda9d7fca28f217d13a0796dfbb0c0c8fb78b.chithead@gentoo
1 commit: 8e1fda9d7fca28f217d13a0796dfbb0c0c8fb78b
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 21 14:48:54 2014 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Wed May 21 14:48:54 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=8e1fda9d
7
8 x11-base/xorg-server: add wayland flag.
9
10 ---
11 x11-base/xorg-server/xorg-server-9999.ebuild | 7 ++++++-
12 1 file changed, 6 insertions(+), 1 deletion(-)
13
14 diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild
15 index 89fdd4a..ff38ae5 100644
16 --- a/x11-base/xorg-server/xorg-server-9999.ebuild
17 +++ b/x11-base/xorg-server/xorg-server-9999.ebuild
18 @@ -13,7 +13,7 @@ SLOT="0/${PV}"
19 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
20
21 IUSE_SERVERS="dmx kdrive xnest xorg xvfb"
22 -IUSE="${IUSE_SERVERS} ipv6 minimal nptl selinux +suid systemd tslib +udev unwind"
23 +IUSE="${IUSE_SERVERS} ipv6 minimal nptl selinux +suid systemd tslib +udev unwind wayland"
24
25 RDEPEND=">=app-admin/eselect-opengl-1.0.8
26 dev-libs/openssl
27 @@ -58,6 +58,10 @@ RDEPEND=">=app-admin/eselect-opengl-1.0.8
28 tslib? ( >=x11-libs/tslib-1.0 )
29 udev? ( >=virtual/udev-150 )
30 unwind? ( sys-libs/libunwind )
31 + wayland? (
32 + dev-libs/wayland
33 + media-libs/libepoxy
34 + )
35 >=x11-apps/xinit-1.3
36 selinux? ( sec-policy/selinux-xserver )
37 systemd? ( sys-apps/systemd )"
38 @@ -142,6 +146,7 @@ src_configure() {
39 $(use_enable suid install-setuid)
40 $(use_enable tslib)
41 $(use_enable unwind libunwind)
42 + $(use_enable wayland xwayland)
43 $(use_enable !minimal record)
44 $(use_enable !minimal xfree86-utils)
45 $(use_enable !minimal install-libxf86config)