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: Wed, 04 Jan 2012 03:09:20
Message-Id: 8f48af03e8602e8436d11a86448b106a6cb8c217.mattst88@gentoo
1 commit: 8f48af03e8602e8436d11a86448b106a6cb8c217
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 4 03:08:53 2012 +0000
4 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
5 CommitDate: Wed Jan 4 03:08:53 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=8f48af03
7
8 media-libs/mesa: remove --enable-xcb flag
9
10 xcb is now required (see upstream commit b518dfb513), so the flag is now
11 gone. We don't need to depend on libxcb directly since libX11-1.4
12 requires it.
13
14 ---
15 media-libs/mesa/mesa-9999.ebuild | 1 -
16 1 files changed, 0 insertions(+), 1 deletions(-)
17
18 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
19 index 8e09546..f7d558f 100644
20 --- a/media-libs/mesa/mesa-9999.ebuild
21 +++ b/media-libs/mesa/mesa-9999.ebuild
22 @@ -245,7 +245,6 @@ src_configure() {
23 --disable-option-checking \
24 --enable-dri \
25 --enable-glx \
26 - --enable-xcb \
27 $(use_enable !bindist texture-float) \
28 $(use_enable debug) \
29 $(use_enable egl) \