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 1Q3TfW-00060t-VC for garchives@archives.gentoo.org; Sat, 26 Mar 2011 13:36:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 996B9E032F; Sat, 26 Mar 2011 13:36:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6563BE032F for ; Sat, 26 Mar 2011 13:36:33 +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 D9F851B411A for ; Sat, 26 Mar 2011 13:36:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4362A8006A for ; Sat, 26 Mar 2011 13:36:32 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: <955fbacf29abdd1eddf50b96ce172cb09f5a9cbe.scarabeus@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: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: 955fbacf29abdd1eddf50b96ce172cb09f5a9cbe Date: Sat, 26 Mar 2011 13:36:32 +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: 8cb13e4e9c7a5c0c22019df0b54e098f commit: 955fbacf29abdd1eddf50b96ce172cb09f5a9cbe Author: Tomas Chvatal gentoo org> AuthorDate: Sat Mar 26 13:32:53 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Sat Mar 26 13:32:53 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D955fbacf [media-libs/mesa] Parse the egl more nicely. --- media-libs/mesa/mesa-9999.ebuild | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index bdbe933..5573dd6 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -198,18 +198,15 @@ src_configure() { driver_enable video_cards_via unichrome fi =20 - if use egl; then - myconf+=3D"--with-egl-platforms=3D$(use wayland && echo "wayland,")drm= ,x11" - else - myconf+=3D"--disable-egl" - fi - myconf+=3D" $(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) " + if use !gallium && use !classic; then ewarn "You enabled neither classic nor gallium USE flags. No hardware" ewarn "drivers will be built."