Mesa (master): Partially revert "gallium: fix autotools build of pipe_msm.la"

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Apr 10 19:03:10 UTC 2019


Module: Mesa
Branch: master
Commit: 460846981aa72c425bf0b772cba74f05e95e6050
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=460846981aa72c425bf0b772cba74f05e95e6050

Author: Jan Vesely <jan.vesely at rutgers.edu>
Date:   Mon Apr  1 12:00:22 2019 -0400

Partially revert "gallium: fix autotools build of pipe_msm.la"

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 at rutgers.edu>
Acked-by: Dieter Nützel <Dieter at nuetzel-hh.de>
Tested-by: Dieter Nützel <Dieter at nuetzel-hh.de>
Tested-by: Vinson Lee <vlee at freedesktop.org>

---

 src/gallium/targets/pipe-loader/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am
index 807a100a7d0..864ee8d50d3 100644
--- a/src/gallium/targets/pipe-loader/Makefile.am
+++ b/src/gallium/targets/pipe-loader/Makefile.am
@@ -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 = \




More information about the mesa-commit mailing list