Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Sat, 09 Nov 2013 06:55:29
Message-Id: 1383980102.c4fe923528f076ec0847c903bf1ede6c6479bf7b.mattst88@gentoo
1 commit: c4fe923528f076ec0847c903bf1ede6c6479bf7b
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 9 06:55:02 2013 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 9 06:55:02 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=c4fe9235
7
8 media-libs/mesa: the xa state tracker is gallium-only.
9
10 ---
11 media-libs/mesa/mesa-9999.ebuild | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
15 index 28b40a8..85c4155 100644
16 --- a/media-libs/mesa/mesa-9999.ebuild
17 +++ b/media-libs/mesa/mesa-9999.ebuild
18 @@ -234,6 +234,7 @@ multilib_src_configure() {
19 $(use_enable openvg gallium-egl)
20 $(use_enable r600-llvm-compiler)
21 $(use_enable vdpau)
22 + $(use_enable xa)
23 $(use_enable xvmc)
24 "
25 gallium_enable swrast
26 @@ -292,7 +293,6 @@ multilib_src_configure() {
27 $(use_enable nptl glx-tls) \
28 $(use_enable osmesa) \
29 $(use_enable !pic asm) \
30 - $(use_enable xa) \
31 --with-dri-drivers=${DRI_DRIVERS} \
32 --with-gallium-drivers=${GALLIUM_DRIVERS} \
33 --with-llvm-shared-libs \