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 1Q3TYh-0004xw-Jn for garchives@archives.gentoo.org; Sat, 26 Mar 2011 13:29:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E6841C011; Sat, 26 Mar 2011 13:29:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D6C5F1C011 for ; Sat, 26 Mar 2011 13:29:31 +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 04B371B410E for ; Sat, 26 Mar 2011 13:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 68C4A8006A for ; Sat, 26 Mar 2011 13:29:30 +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: <9bf6a2e57b43894bf96471e202f24f63556913f9.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: 9bf6a2e57b43894bf96471e202f24f63556913f9 Date: Sat, 26 Mar 2011 13:29:30 +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: e14c31d2ea96e392d0e30b088b194257 commit: 9bf6a2e57b43894bf96471e202f24f63556913f9 Author: Matt Turner gmail com> AuthorDate: Sat Mar 26 13:29:14 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Sat Mar 26 13:29:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D9bf6a2e5 properly disable egl and openvg when not requested --- media-libs/mesa/mesa-9999.ebuild | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index 82f54fb..bdbe933 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -200,11 +200,14 @@ src_configure() { =20 if use egl; then myconf+=3D"--with-egl-platforms=3D$(use wayland && echo "wayland,")drm= ,x11" + else + myconf+=3D"--disable-egl" fi =20 myconf+=3D" $(use_enable gles gles1) $(use_enable gles gles2) + $(use_enable openvg) $(use_enable gallium) " if use !gallium && use !classic; then