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 1R6TVt-00026s-Im for garchives@archives.gentoo.org; Wed, 21 Sep 2011 20:35:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E43E721C1ED; Wed, 21 Sep 2011 20:35:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B22C021C1ED for ; Wed, 21 Sep 2011 20:35:01 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC5BE1B4017 for ; Wed, 21 Sep 2011 20:35:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 568D980042 for ; Wed, 21 Sep 2011 20:35:00 +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: d4ab4a183673bfae505eb1d45fca2a31ece7efcc Date: Wed, 21 Sep 2011 20:35:00 +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: 5b0963a066d252f82b256010ce07f1d7 commit: d4ab4a183673bfae505eb1d45fca2a31ece7efcc Author: Matt Turner gmail com> AuthorDate: Wed Sep 21 20:17:56 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Wed Sep 21 20:17:56 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Dd4ab4a18 media-libs/mesa: remove deprecated --with-drivers=3D See upstream 9e7a4147. --- media-libs/mesa/mesa-9999.ebuild | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index c7d6699..3b16015 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -249,10 +249,11 @@ src_configure() { " fi =20 - # --with-driver=3Ddri|xlib|osmesa || do we need osmesa? + # do we need osmesa? econf \ --disable-option-checking \ - --with-driver=3Ddri \ + --enable-dri \ + --enable-glx \ --enable-xcb \ $(use_enable debug) \ $(use_enable gbm) \