Stefan Dirsch
98015196a8
* many RADV/ANV Vulkan driver improvements * Vulkan and OpenGL performance improvements * more work towards OpenGL 4.6 compliance * a wealth of other open-source driver improvements * initial Raven Ridge support (used on Vega-class graphics) * Intel Cannonlake Support - adjusted archlinux_0001-Fix-linkage-against-shared-glapi.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=644
24 lines
988 B
Diff
24 lines
988 B
Diff
From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
|
|
From: Adam Jackson <ajax@redhat.com>
|
|
Date: Wed, 12 Oct 2016 13:41:33 -0400
|
|
Subject: [PATCH] Fix linkage against shared glapi
|
|
|
|
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
|
---
|
|
src/gallium/targets/osmesa/Makefile.am | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
Index: mesa-17.2.0/src/gallium/targets/osmesa/Makefile.am
|
|
===================================================================
|
|
--- mesa-17.2.0.orig/src/gallium/targets/osmesa/Makefile.am
|
|
+++ mesa-17.2.0/src/gallium/targets/osmesa/Makefile.am
|
|
@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
|
|
$(top_builddir)/src/gallium/drivers/trace/libtrace.la \
|
|
$(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
|
|
$(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
|
|
- $(top_builddir)/src/mapi/glapi/libglapi.la \
|
|
+ $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
|
|
$(SHARED_GLAPI_LIB) \
|
|
$(OSMESA_LIB_DEPS) \
|
|
$(CLOCK_LIB) \
|