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: Mon, 27 Feb 2012 09:21:27
Message-Id: 1330334489.e0000069fd683664793077461c296e5b8844643f.chithead@gentoo
1 commit: e0000069fd683664793077461c296e5b8844643f
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 09:21:29 2012 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Mon Feb 27 09:21:29 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=e0000069
7
8 x11-libs/glamor: adjust USE dependencies to allow building against >=mesa-8
9
10 ---
11 x11-libs/glamor/glamor-9999.ebuild | 5 ++++-
12 1 files changed, 4 insertions(+), 1 deletions(-)
13
14 diff --git a/x11-libs/glamor/glamor-9999.ebuild b/x11-libs/glamor/glamor-9999.ebuild
15 index 3d8a0dc..ba3bfe6 100644
16 --- a/x11-libs/glamor/glamor-9999.ebuild
17 +++ b/x11-libs/glamor/glamor-9999.ebuild
18 @@ -10,7 +10,10 @@ KEYWORDS="~amd64 ~x86"
19 IUSE="gles"
20
21 RDEPEND=">=x11-base/xorg-server-1.10
22 - media-libs/mesa[egl,gles?]
23 + media-libs/mesa[egl]
24 + gles? (
25 + || ( media-libs/mesa[gles2] media-libs/mesa[gles] )
26 + )
27 >=x11-libs/pixman-0.21.8"
28 DEPEND="${RDEPEND}"