From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 54DC0138247 for ; Sat, 9 Nov 2013 06:55:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AD22E09B2; Sat, 9 Nov 2013 06:55:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 044A4E09B2 for ; Sat, 9 Nov 2013 06:55:24 +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 F15D533F261 for ; Sat, 9 Nov 2013 06:55:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AD1D5E54C2 for ; Sat, 9 Nov 2013 06:55:22 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1383980074.3751a2d30e18c773d896b9e88dd80badc3dff569.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: 3751a2d30e18c773d896b9e88dd80badc3dff569 X-VCS-Branch: master Date: Sat, 9 Nov 2013 06:55:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c477b7bc-7fb1-4b40-a5fc-e46a3f249f3b X-Archives-Hash: 1b151fe6f12f6485ad5c6ae95f0128df commit: 3751a2d30e18c773d896b9e88dd80badc3dff569 Author: Matt Turner gmail com> AuthorDate: Sat Nov 9 06:54:34 2013 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Nov 9 06:54:34 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=3751a2d3 media-libs/mesa: the xorg state tracker is no more. --- media-libs/mesa/mesa-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 5e4a0be..28b40a8 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -293,7 +293,6 @@ multilib_src_configure() { $(use_enable osmesa) \ $(use_enable !pic asm) \ $(use_enable xa) \ - --disable-xorg \ --with-dri-drivers=${DRI_DRIVERS} \ --with-gallium-drivers=${GALLIUM_DRIVERS} \ --with-llvm-shared-libs \