summaryrefslogtreecommitdiff
path: root/patches/mesa-mesa/0001-gallium-targets-dri-explicitly-link-against-glapi-us.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/mesa-mesa/0001-gallium-targets-dri-explicitly-link-against-glapi-us.patch')
-rw-r--r--patches/mesa-mesa/0001-gallium-targets-dri-explicitly-link-against-glapi-us.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/patches/mesa-mesa/0001-gallium-targets-dri-explicitly-link-against-glapi-us.patch b/patches/mesa-mesa/0001-gallium-targets-dri-explicitly-link-against-glapi-us.patch
index df7d24c..33c5c7d 100644
--- a/patches/mesa-mesa/0001-gallium-targets-dri-explicitly-link-against-glapi-us.patch
+++ b/patches/mesa-mesa/0001-gallium-targets-dri-explicitly-link-against-glapi-us.patch
@@ -1,7 +1,7 @@
-From 9e6bc307290d165efef28254027fcde094988a37 Mon Sep 17 00:00:00 2001
+From b03b3cd46dc9e7d8f1d1ec2f6222aaed6fa289ff Mon Sep 17 00:00:00 2001
From: Jon TURNEY <jon.turney@dronecode.org.uk>
Date: Sat, 30 Nov 2013 16:39:51 +0000
-Subject: [PATCH 1/4] gallium/targets/dri: explicitly link against glapi, use
+Subject: [PATCH 1/3] gallium/targets/dri: explicitly link against glapi, use
-no-undefined
On Cygwin we need to link against the static or shared glapi provider so it can
@@ -17,10 +17,10 @@ Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
1 file changed, 7 insertions(+)
diff --git a/src/gallium/targets/dri/Makefile.am b/src/gallium/targets/dri/Makefile.am
-index 7f945d1..46a01d1 100644
+index e61df81228..1276c46088 100644
--- a/src/gallium/targets/dri/Makefile.am
+++ b/src/gallium/targets/dri/Makefile.am
-@@ -23,6 +23,7 @@ nodist_EXTRA_gallium_dri_la_SOURCES = dummy.cpp
+@@ -22,6 +22,7 @@ nodist_EXTRA_gallium_dri_la_SOURCES = dummy.cpp
gallium_dri_la_SOURCES =
gallium_dri_la_LDFLAGS = \
@@ -28,7 +28,7 @@ index 7f945d1..46a01d1 100644
-shared \
-shrext .so \
-module \
-@@ -55,6 +56,12 @@ gallium_dri_la_LIBADD = \
+@@ -57,6 +58,12 @@ gallium_dri_la_LIBADD = \
$(LIBDRM_LIBS) \
$(GALLIUM_COMMON_LIB_DEPS)
@@ -42,5 +42,5 @@ index 7f945d1..46a01d1 100644
dri.sym \
$(top_srcdir)/src/gallium/targets/dri-vdpau.dyn
--
-2.4.5
+2.12.3