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 1Q8s8a-00009K-Sr for garchives@archives.gentoo.org; Sun, 10 Apr 2011 10:45:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06102E0230; Sun, 10 Apr 2011 10:44:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C7467E0230 for ; Sun, 10 Apr 2011 10:44:53 +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 4A36F1B408F for ; Sun, 10 Apr 2011 10:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9ED5A80065 for ; Sun, 10 Apr 2011 10:44:52 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <8e6f990867ccd16ed586338224cf66daee86dc25.chithead@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 media-libs/mesa/metadata.xml X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 8e6f990867ccd16ed586338224cf66daee86dc25 Date: Sun, 10 Apr 2011 10:44:52 +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: 3df25466040a856edabe42335c06b0e6 commit: 8e6f990867ccd16ed586338224cf66daee86dc25 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Sun Apr 10 10:44:17 2011 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berli= n de> CommitDate: Sun Apr 10 10:44:17 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D8e6f9908 media-libs/mesa: disable shared-dricore by default. --- media-libs/mesa/mesa-9999.ebuild | 4 ++-- media-libs/mesa/metadata.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index caafebc..8b0ffe6 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 +egl +gallium gles llvm motif +nptl openvg pic selin= ux wayland kernel_FreeBSD" + +classic d3d debug +egl +gallium gles llvm motif +nptl openvg pic selin= ux shared-dricore wayland kernel_FreeBSD" =20 LIBDRM_DEPSTRING=3D">=3Dx11-libs/libdrm-2.4.24" # keep correct libdrm and dri2proto dep @@ -263,7 +263,6 @@ src_configure() { =20 # --with-driver=3Ddri|xlib|osmesa || do we need osmesa? econf \ - --enable-shared-dricore \ --disable-option-checking \ --with-driver=3Ddri \ --disable-glut \ @@ -274,6 +273,7 @@ src_configure() { $(use_enable motif) \ $(use_enable nptl glx-tls) \ $(use_enable !pic asm) \ + $(use_enable shared-dricore) \ --with-dri-drivers=3D${DRI_DRIVERS} \ ${myconf} } diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml index 3f8d840..5d7a13e 100644 --- a/media-libs/mesa/metadata.xml +++ b/media-libs/mesa/metadata.xml @@ -9,5 +9,6 @@ Enable GLES support for Gallium3D. Enable LLVM backend for Gallium3D. disable optimized assembly code that is not PIC frie= ndly + Enable sharing of common code for classic= DRI drivers.