From b035869ff82f61c47c42cb4e94da767722e63689 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 4 Aug 2014 13:09:43 -0600 Subject: [PATCH] targets/vdpau: link with libmesautil.la to fix build breakage Reviewed-by: Jason Ekstrand --- src/gallium/targets/vdpau/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/targets/vdpau/Makefile.am b/src/gallium/targets/vdpau/Makefile.am index 8c1e1f666fe..6c92cd8603a 100644 --- a/src/gallium/targets/vdpau/Makefile.am +++ b/src/gallium/targets/vdpau/Makefile.am @@ -27,6 +27,7 @@ endif # HAVE_LD_VERSION_SCRIPT libvdpau_gallium_la_LIBADD = \ $(top_builddir)/src/gallium/state_trackers/vdpau/libvdpautracker.la \ $(top_builddir)/src/gallium/auxiliary/libgallium.la \ + $(top_builddir)/src/util/libmesautil.la \ $(VDPAU_LIBS) \ $(LIBDRM_LIBS) \ $(GALLIUM_COMMON_LIB_DEPS) -- 2.30.2