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 1Q3TtI-0007o5-UY for garchives@archives.gentoo.org; Sat, 26 Mar 2011 13:50:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AE8C1C008; Sat, 26 Mar 2011 13:50:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 520971C008 for ; Sat, 26 Mar 2011 13:50:49 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B569C1B4115 for ; Sat, 26 Mar 2011 13:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 27ECE8006A for ; Sat, 26 Mar 2011 13:50:48 +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: <928f50daf1fa7e360b9fd7ad05b7f4bef320e972.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: 928f50daf1fa7e360b9fd7ad05b7f4bef320e972 Date: Sat, 26 Mar 2011 13:50:48 +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: 2c1ce3f031d0b85718ea1b4e7d8773a3 commit: 928f50daf1fa7e360b9fd7ad05b7f4bef320e972 Author: Matt Turner gmail com> AuthorDate: Sat Mar 26 13:50:28 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Sat Mar 26 13:50:28 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D928f50da mesa's configure can't handle --without-egl-platforms --- 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 5573dd6..b6cdb4c 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -202,10 +202,10 @@ src_configure() { $(use_enable gles gles1) $(use_enable gles gles2) $(use_enable egl) - $(use_with egl egl-platforms "$(use wayland && echo "wayland,")drm,x11= ") $(use_enable openvg) $(use_enable gallium) " + use egl && myconf+=3D"--with-egl-platforms=3D$(use wayland && echo "way= land,")drm,x11" =20 if use !gallium && use !classic; then ewarn "You enabled neither classic nor gallium USE flags. No hardware"