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 1QAmCJ-0001Gq-78 for garchives@archives.gentoo.org; Fri, 15 Apr 2011 16:48:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42C781C007; Fri, 15 Apr 2011 16:48:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 116FE1C007 for ; Fri, 15 Apr 2011 16:48:34 +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 6786E1B4066 for ; Fri, 15 Apr 2011 16:48:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9226180065 for ; Fri, 15 Apr 2011 16:48:33 +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: 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: b1971fb0c296b5b2c8d4cd5993a039f2fe0fce5f Date: Fri, 15 Apr 2011 16:48:33 +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: 4e677dd5f5646ad2b53e013f0a0dd0a0 commit: b1971fb0c296b5b2c8d4cd5993a039f2fe0fce5f Author: Matt Turner gmail com> AuthorDate: Fri Apr 15 16:48:23 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Fri Apr 15 16:48:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Db1971fb0 [media-libs/mesa] add texture-float USE flag --- media-libs/mesa/mesa-9999.ebuild | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index 54a96b9..060498e 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 shared-dricore wayland kernel_FreeBSD" + +classic d3d debug +egl texture-float +gallium gles llvm motif +nptl op= envg pic selinux shared-dricore wayland kernel_FreeBSD" =20 LIBDRM_DEPSTRING=3D">=3Dx11-libs/libdrm-2.4.24" # keep correct libdrm and dri2proto dep @@ -200,6 +200,7 @@ src_configure() { fi =20 myconf+=3D" + $(use_enable texture-float) $(use_enable gles gles1) $(use_enable gles gles2) $(use_enable egl)