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-libs/glamor/
Date: Sun, 26 Jan 2014 17:33:24
Message-Id: 1390757598.921a12619212b039b5fc9f778525c91abbe3df9f.chithead@gentoo
1 commit: 921a12619212b039b5fc9f778525c91abbe3df9f
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 17:33:18 2014 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Sun Jan 26 17:33:18 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=921a1261
7
8 x11-libs/glamor: make xv optional.
9
10 ---
11 x11-libs/glamor/glamor-9999.ebuild | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/x11-libs/glamor/glamor-9999.ebuild b/x11-libs/glamor/glamor-9999.ebuild
15 index e5cfbaa..a6bc4ec 100644
16 --- a/x11-libs/glamor/glamor-9999.ebuild
17 +++ b/x11-libs/glamor/glamor-9999.ebuild
18 @@ -18,7 +18,7 @@ else
19 fi
20
21 KEYWORDS="~amd64 ~ia64 ~x86"
22 -IUSE="gles"
23 +IUSE="gles xv"
24
25 RDEPEND=">=x11-base/xorg-server-1.10
26 media-libs/mesa[egl,gbm]
27 @@ -31,6 +31,7 @@ DEPEND="${RDEPEND}"
28 src_configure() {
29 XORG_CONFIGURE_OPTIONS=(
30 $(use_enable gles glamor-gles2)
31 + $(use_enable xv)
32 )
33 xorg-2_src_configure
34 }