blob: 1893d8765717a9a01274fc024a8dee63e24482fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Upstream: https://bugs.freedesktop.org/show_bug.cgi?id=93059
From 553b874eefbdafb0b1f509cd39f861f5c3b98efe Mon Sep 17 00:00:00 2001
From: Kylie McClain <somasis@exherbo.org>
Date: Sat, 21 Nov 2015 16:39:20 -0500
Subject: [PATCH] i965: don't underlink i965_dri.so, causes miserable failure
on musl libc
---
src/mesa/drivers/dri/i965/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index 0a5222e..0a88ec5 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -52,7 +52,8 @@ libi965_dri_la_SOURCES = $(i965_FILES)
libi965_dri_la_LIBADD = \
$(top_builddir)/src/intel/isl/libisl.la \
libi965_compiler.la \
- $(INTEL_LIBS)
+ $(INTEL_LIBS) \
+ $(top_builddir)/src/mapi/shared-glapi/libglapi.la
libi965_compiler_la_SOURCES = \
$(i965_compiler_FILES) \
--
2.8.3
|