Partially revert "gallium: fix autotools build of pipe_msm.la"
authorJan Vesely <jan.vesely@rutgers.edu>
Mon, 1 Apr 2019 16:00:22 +0000 (12:00 -0400)
committerJan Vesely <jan.vesely@rutgers.edu>
Wed, 10 Apr 2019 18:52:52 +0000 (14:52 -0400)
This partially reverts commit 356ec7a21960d77db282f67af577dcdb46966b5a.
There are symbols needed by libglsl missing, so we might as well skip
the entire library.

Fixes: 356ec7a21960d77db282f67af577dcdb46966b5a
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Acked-by: Dieter Nützel <Dieter@nuetzel-hh.de>
Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de>
Tested-by: Vinson Lee <vlee@freedesktop.org>
src/gallium/targets/pipe-loader/Makefile.am

index 807a100a7d0a1c888e596dfe9de96a433f673114..864ee8d50d367d1e6faef0c1ba0a39605339f2d1 100644 (file)
@@ -53,7 +53,8 @@ endif
 
 PIPE_LIBS += \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \
-       $(top_builddir)/src/compiler/glsl/libglsl.la \
+       $(top_builddir)/src/compiler/nir/libnir.la \
+       $(top_builddir)/src/util/libmesautil.la \
        $(GALLIUM_COMMON_LIB_DEPS)
 
 AM_LDFLAGS = \