diff options
-rw-r--r-- | src/gallium/drivers/freedreno/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.am b/src/gallium/drivers/freedreno/Makefile.am index a92da1f561d..5690b6ec884 100644 --- a/src/gallium/drivers/freedreno/Makefile.am +++ b/src/gallium/drivers/freedreno/Makefile.am @@ -47,7 +47,6 @@ ir3_compiler_LDADD = \ $(top_builddir)/src/util/libmesautil.la \ $(top_builddir)/src/mesa/libmesagallium.la \ $(GALLIUM_COMMON_LIB_DEPS) \ - $(LIBDRM_LIBS) \ - $(VALGRIND_LIBS) + $(LIBDRM_LIBS) EXTRA_DIST += meson.build |