]> git.pld-linux.org Git - packages/Mesa.git/blob - Mesa-link.patch
- enhanced supported hardware information for Intel and ATI drivers
[packages/Mesa.git] / Mesa-link.patch
1 --- mesa-17.0.0/src/gallium/drivers/swr/Makefile.am.orig        2017-02-16 16:55:35.492796001 +0100
2 +++ mesa-17.0.0/src/gallium/drivers/swr/Makefile.am     2017-02-16 16:55:38.929462627 +0100
3 @@ -159,11 +159,13 @@
4  COMMON_LIBADD = \
5         $(top_builddir)/src/gallium/auxiliary/libgallium.la \
6         $(top_builddir)/src/mesa/libmesagallium.la \
7 -       $(LLVM_LIBS)
8 +       $(LLVM_LIBS) \
9 +       -lpthread -ldl
10  
11  COMMON_LDFLAGS = \
12         -shared \
13         -module \
14 +       -avoid-version \
15         -no-undefined \
16         $(GC_SECTIONS) \
17         $(NO_UNDEFINED) \
This page took 0.020875 seconds and 3 git commands to generate.