Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Tue, 29 Nov 2011 23:00:22
Message-Id: 97ef7d9909e83b775e60547cca5c7e7053043f30.mattst88@gentoo
1 commit: 97ef7d9909e83b775e60547cca5c7e7053043f30
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Tue Nov 29 22:55:42 2011 +0000
4 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
5 CommitDate: Tue Nov 29 22:55:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=97ef7d99
7
8 media-libs/mesa: remove i965/gallium driver
9
10 It was deleted upstream in 2c27f204f1ca6f09f9520712be1da9a13ed5c01d
11
12 ---
13 media-libs/mesa/mesa-9999.ebuild | 7 +++----
14 1 files changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
17 index 697dfa4..751a59d 100644
18 --- a/media-libs/mesa/mesa-9999.ebuild
19 +++ b/media-libs/mesa/mesa-9999.ebuild
20 @@ -64,6 +64,7 @@ REQUIRED_USE="
21 vdpau? ( g3dvl )
22 xvmc? ( g3dvl )
23 video_cards_i915? ( classic )
24 + video_cards_i965? ( classic )
25 video_cards_r100? ( classic )
26 video_cards_r200? ( classic )
27 video_cards_r300? ( gallium )
28 @@ -222,10 +223,8 @@ src_configure() {
29 gallium_enable video_cards_vmware svga
30 gallium_enable video_cards_nouveau nouveau
31 gallium_enable video_cards_i915 i915
32 - gallium_enable video_cards_i965 i965
33 - if ! use video_cards_i915 && \
34 - ! use video_cards_i965; then
35 - gallium_enable video_cards_intel i915 i965
36 + if ! use video_cards_i915; then
37 + gallium_enable video_cards_intel i915
38 fi
39
40 gallium_enable video_cards_r300 r300