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 1SJ7KZ-0000wc-G8 for garchives@archives.gentoo.org; Sat, 14 Apr 2012 18:04:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 925BCE0D35; Sat, 14 Apr 2012 18:04:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 67067E0E0B for ; Sat, 14 Apr 2012 18:04:08 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF0941B4041 for ; Sat, 14 Apr 2012 18:04:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 93BB0E5402 for ; Sat, 14 Apr 2012 18:04:06 +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: <1334426677.cecae6c92f9f9b3e242b6afe8baa17aa4bb7ee76.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 X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: cecae6c92f9f9b3e242b6afe8baa17aa4bb7ee76 X-VCS-Branch: master Date: Sat, 14 Apr 2012 18:04:06 +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: 25e2a93f-0be5-4885-8a4e-6d00ef2912b0 X-Archives-Hash: a775c9ff4939f92db72869c154e15ada commit: cecae6c92f9f9b3e242b6afe8baa17aa4bb7ee76 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Sat Apr 14 18:04:37 2012 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berli= n de> CommitDate: Sat Apr 14 18:04:37 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Dcecae6c9 media-libs/mesa: actually enable xorg state tracker. --- media-libs/mesa/mesa-9999.ebuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index 1987c99..776c961 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -265,6 +265,7 @@ src_configure() { $(use_enable !pic asm) \ $(use_enable shared-glapi) \ $(use_enable xa) \ + $(use_enable xorg) \ --with-dri-drivers=3D${DRI_DRIVERS} \ --with-gallium-drivers=3D${GALLIUM_DRIVERS} \ ${myconf}