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 1Q3MMW-0007pD-70 for garchives@archives.gentoo.org; Sat, 26 Mar 2011 05:48:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBD9A1C009; Sat, 26 Mar 2011 05:48:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 95D271C009 for ; Sat, 26 Mar 2011 05:48:28 +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 024661B4046 for ; Sat, 26 Mar 2011 05:48:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5378F8006A for ; Sat, 26 Mar 2011 05:48:27 +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: <75708b1dc884318da597ababea4384030a878a0e.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: 75708b1dc884318da597ababea4384030a878a0e Date: Sat, 26 Mar 2011 05:48:27 +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: 86f8bbd4640b72d3a3474546cd332697 commit: 75708b1dc884318da597ababea4384030a878a0e Author: Matt Turner gmail com> AuthorDate: Sat Mar 26 05:47:51 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Sat Mar 26 05:47:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D75708b1d add egl, openvg, and wayland USE flags --- media-libs/mesa/mesa-9999.ebuild | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index bd4d163..82f54fb 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -45,7 +45,7 @@ for card in ${VIDEO_CARDS}; do done =20 IUSE=3D"${IUSE_VIDEO_CARDS} - +classic d3d debug +gallium gles llvm motif +nptl pic selinux kernel_Fr= eeBSD" + +classic d3d debug egl +gallium gles llvm motif +nptl openvg pic selinu= x wayland kernel_FreeBSD" =20 LIBDRM_DEPSTRING=3D">=3Dx11-libs/libdrm-2.4.24" # keep correct libdrm and dri2proto dep @@ -69,6 +69,7 @@ RDEPEND=3D" gallium? ( llvm? ( >=3Dsys-devel/llvm-2.7 ) ) + wayland? ( x11-base/wayland ) ${LIBDRM_DEPSTRING}[video_cards_nouveau?,video_cards_vmware?] " for card in ${INTEL_CARDS}; do @@ -197,7 +198,15 @@ src_configure() { driver_enable video_cards_via unichrome fi =20 - myconf+=3D" $(use_enable gallium)" + if use egl; then + myconf+=3D"--with-egl-platforms=3D$(use wayland && echo "wayland,")drm= ,x11" + fi + + myconf+=3D" + $(use_enable gles gles1) + $(use_enable gles gles2) + $(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." @@ -212,11 +221,8 @@ src_configure() { elog " Svga: VMWare Virtual GPU driver." echo myconf+=3D" - --with-state-trackers=3Dglx,dri,egl,vega$(use d3d && echo ",d3d1x") + --with-state-trackers=3Dglx,dri$(use egl && echo ",egl")$(use openvg = && echo ",vega")$(use d3d && echo ",d3d1x") $(use_enable llvm gallium-llvm) - $(use_enable gles gles1) - $(use_enable gles gles2) - $(use_enable gles gles-overlay) $(use_enable video_cards_vmware gallium-svga) $(use_enable video_cards_nouveau gallium-nouveau) $(use_enable video_cards_intel gallium-i915)