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 EA55313873B for ; Mon, 3 Mar 2014 03:41:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E61CE0AEE; Mon, 3 Mar 2014 03:41:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7759E0AEE for ; Mon, 3 Mar 2014 03:41:38 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0831335DE5 for ; Mon, 3 Mar 2014 03:41:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9F146183B3 for ; Mon, 3 Mar 2014 03:41:35 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: <1393818001.1e97c86c51e510952388ad7dbe487ce6d4d3bcc8.okias@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/files/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/files/mesa-9999-dont-require-llvm-for-r300.patch X-VCS-Directories: media-libs/mesa/files/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: 1e97c86c51e510952388ad7dbe487ce6d4d3bcc8 X-VCS-Branch: master Date: Mon, 3 Mar 2014 03:41:35 +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: edf34a19-1bf1-41ca-a1d0-fb09586c6c27 X-Archives-Hash: 56bedfe91ddeb27977e3dab7ae443c89 commit: 1e97c86c51e510952388ad7dbe487ce6d4d3bcc8 Author: David Heidelberger ixit cz> AuthorDate: Mon Mar 3 03:40:01 2014 +0000 Commit: David Heidelberger gmail com> CommitDate: Mon Mar 3 03:40:01 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=1e97c86c media-libs/mesa: update r300 patch --- .../mesa/files/mesa-9999-dont-require-llvm-for-r300.patch | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/media-libs/mesa/files/mesa-9999-dont-require-llvm-for-r300.patch b/media-libs/mesa/files/mesa-9999-dont-require-llvm-for-r300.patch index bd24787..a85a3c1 100644 --- a/media-libs/mesa/files/mesa-9999-dont-require-llvm-for-r300.patch +++ b/media-libs/mesa/files/mesa-9999-dont-require-llvm-for-r300.patch @@ -1,12 +1,11 @@ -diff --git a/configure.ac b/configure.ac -index 21a1986..94b2247 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -1777,7 +1777,6 @@ if test "x$with_gallium_drivers" != x; then - xr300) +diff -Naur a/configure.ac b/configure.ac +--- a/configure.ac 2014-03-03 04:05:33.110522943 +0100 ++++ b/configure.ac 2014-03-03 04:06:44.165518094 +0100 +@@ -1774,7 +1774,6 @@ HAVE_GALLIUM_R300=yes PKG_CHECK_MODULES([RADEON], [libdrm_radeon >= $LIBDRM_RADEON_REQUIRED]) + gallium_require_drm_loader - gallium_require_llvm "Gallium R300" GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS r300" - gallium_check_st "radeon/drm" "dri-r300" "" "" "xvmc-r300" "vdpau-r300" - ;; + gallium_check_st "radeon/drm" "r300/dri" "" "" "" + DRICOMMON_NEED_LIBDRM=yes