From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rl51A-0000bf-QI for garchives@archives.gentoo.org; Wed, 11 Jan 2012 20:43:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A265821C038; Wed, 11 Jan 2012 20:43:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 713E321C040 for ; Wed, 11 Jan 2012 20:43:23 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A85D61B4043 for ; Wed, 11 Jan 2012 20:43:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1E2DB80044 for ; Wed, 11 Jan 2012 20:43:22 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c6e1c9cb746a56cc16536b452ed2720e37880912 Date: Wed, 11 Jan 2012 20:43:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d75449e2-e4b1-4596-a305-03170236092c X-Archives-Hash: 3b1185944695ac2e24ef69a3c290cb86 commit: c6e1c9cb746a56cc16536b452ed2720e37880912 Author: Matt Turner gmail com> AuthorDate: Wed Jan 11 20:41:35 2012 +0000 Commit: Matt Turner gmail com> CommitDate: Wed Jan 11 20:41:35 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Dc6e1c9cb media-libs/mesa: depend on >=3Dx11-libs/libxcb-1.8 libxcb-1.8 (specifically libxcb built against xcb-proto-1.7, but libxcb-1.8 is the first to require xcb-proto-1.7, so.) is required for GLX_ARB_create_context* extensions for OpenGL 3.0. --- media-libs/mesa/mesa-9999.ebuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index f7d558f..ec83a5f 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -92,6 +92,7 @@ RDEPEND=3D"${EXTERNAL_DEPEND} x11-libs/libXdamage x11-libs/libXext x11-libs/libXxf86vm + >=3Dx11-libs/libxcb-1.8 d3d? ( app-emulation/wine ) vdpau? ( >=3Dx11-libs/libvdpau-0.4.1 ) wayland? ( x11-base/wayland )