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 1QmwAi-0005gn-V0 for garchives@archives.gentoo.org; Fri, 29 Jul 2011 23:08:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC2A321C30E; Fri, 29 Jul 2011 23:08:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8157B21C30E for ; Fri, 29 Jul 2011 23:08:41 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 057A11B4016 for ; Fri, 29 Jul 2011 23:08:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 60A158003D for ; Fri, 29 Jul 2011 23:08:40 +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: <4c5aff8024370f0505de0436a5717acf65422f7d.mattst88@gentoo> 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: 4c5aff8024370f0505de0436a5717acf65422f7d Date: Fri, 29 Jul 2011 23:08:40 +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: X-Archives-Hash: f5ef64ea21ca284d5d5c7207ba277681 commit: 4c5aff8024370f0505de0436a5717acf65422f7d Author: Matt Turner gmail com> AuthorDate: Fri Jul 29 23:07:46 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Fri Jul 29 23:07:46 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D4c5aff80 media-libs/mesa: specify x11 before drm for egl-platforms Bug 376981. Signed-off-by: Matt Turner gmail.com> --- media-libs/mesa/mesa-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index c65a8fb..f2624db 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -221,7 +221,7 @@ src_configure() { if use egl; then use shared-glapi || die "egl needs shared-glapi. Please either enable = shared-glapi or disable the egl use flag ." myconf+=3D" - --with-egl-platforms=3D$(use wayland && echo "wayland,")drm,x11 + --with-egl-platforms=3Dx11,$(use wayland && echo "wayland,")drm $(use_enable gallium gallium-egl) " fi