summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-08-02 13:16:03 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-08-02 13:16:03 +0000
commit15ea6aa331232ca044f79694f662d314411ccf80 (patch)
tree5b73c877c2f2b23fa99ccff0bb71d2c9a685a7f1 /media-libs/mesa/files
parentAdd dconf as a runtime depend to save configuration. bug #477528 (diff)
downloadgentoo-2-15ea6aa331232ca044f79694f662d314411ccf80.tar.gz
gentoo-2-15ea6aa331232ca044f79694f662d314411ccf80.tar.bz2
gentoo-2-15ea6aa331232ca044f79694f662d314411ccf80.zip
New snapshot. Drop some old ones.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/mesa/files')
-rw-r--r--media-libs/mesa/files/mesa-9.2-dont-require-llvm-for-r300.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/mesa/files/mesa-9.2-dont-require-llvm-for-r300.patch b/media-libs/mesa/files/mesa-9.2-dont-require-llvm-for-r300.patch
new file mode 100644
index 000000000000..bd24787e88fb
--- /dev/null
+++ b/media-libs/mesa/files/mesa-9.2-dont-require-llvm-for-r300.patch
@@ -0,0 +1,12 @@
+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)
+ HAVE_GALLIUM_R300=yes
+ PKG_CHECK_MODULES([RADEON], [libdrm_radeon >= $LIBDRM_RADEON_REQUIRED])
+- gallium_require_llvm "Gallium R300"
+ GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS r300"
+ gallium_check_st "radeon/drm" "dri-r300" "" "" "xvmc-r300" "vdpau-r300"
+ ;;