summaryrefslogtreecommitdiff
path: root/src/gallium/targets/pipe-loader
diff options
context:
space:
mode:
authorRob Clark <robclark@freedesktop.org>2015-10-10 14:13:50 -0400
committerRob Clark <robclark@freedesktop.org>2015-10-16 19:33:38 -0400
commita6a6a71092ba912803ae2b47eb56e3afdf36feb5 (patch)
tree8c9197acaccf7ddab702678690b4f1b77dc52f20 /src/gallium/targets/pipe-loader
parentb9b40ef9b7644ea24768bc8b7464b1719efe99bf (diff)
glsl: (mostly) remove libglsl_util
Now that NIR does not depend on glsl, we can (mostly[*]) get rid of the libglsl_util hack. [*] glsl_compiler is the one remaining user of libglsl_util Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'src/gallium/targets/pipe-loader')
-rw-r--r--src/gallium/targets/pipe-loader/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am
index 4d9f7be2ec9..4f25b4f6073 100644
--- a/src/gallium/targets/pipe-loader/Makefile.am
+++ b/src/gallium/targets/pipe-loader/Makefile.am
@@ -53,7 +53,6 @@ endif
PIPE_LIBS += \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
$(top_builddir)/src/glsl/libnir.la \
- $(top_builddir)/src/libglsl_util.la \
$(top_builddir)/src/util/libmesautil.la \
$(top_builddir)/src/gallium/drivers/rbug/librbug.la \
$(top_builddir)/src/gallium/drivers/trace/libtrace.la \