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, 11 Jan 2012 20:43:33
Message-Id: c6e1c9cb746a56cc16536b452ed2720e37880912.mattst88@gentoo
1 commit: c6e1c9cb746a56cc16536b452ed2720e37880912
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 11 20:41:35 2012 +0000
4 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
5 CommitDate: Wed Jan 11 20:41:35 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=c6e1c9cb
7
8 media-libs/mesa: depend on >=x11-libs/libxcb-1.8
9
10 libxcb-1.8 (specifically libxcb built against xcb-proto-1.7, but
11 libxcb-1.8 is the first to require xcb-proto-1.7, so.) is required for
12 GLX_ARB_create_context* extensions for OpenGL 3.0.
13
14 ---
15 media-libs/mesa/mesa-9999.ebuild | 1 +
16 1 files changed, 1 insertions(+), 0 deletions(-)
17
18 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
19 index f7d558f..ec83a5f 100644
20 --- a/media-libs/mesa/mesa-9999.ebuild
21 +++ b/media-libs/mesa/mesa-9999.ebuild
22 @@ -92,6 +92,7 @@ RDEPEND="${EXTERNAL_DEPEND}
23 x11-libs/libXdamage
24 x11-libs/libXext
25 x11-libs/libXxf86vm
26 + >=x11-libs/libxcb-1.8
27 d3d? ( app-emulation/wine )
28 vdpau? ( >=x11-libs/libvdpau-0.4.1 )
29 wayland? ( x11-base/wayland )