gallium: Add libmesautil dependency to gdm and xa targets
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 4 Aug 2014 19:34:04 +0000 (12:34 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 4 Aug 2014 19:38:01 +0000 (12:38 -0700)
Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/targets/gbm/Makefile.am
src/gallium/targets/xa/Makefile.am

index 2345ce30636aa40ed037d960de96eb93579de058..a5f70704c6790644cc7c6338b5a4d38cf0e41375 100644 (file)
@@ -34,6 +34,7 @@ gbm_gallium_drm_la_SOURCES =
 gbm_gallium_drm_la_LIBADD = \
        $(top_builddir)/src/gallium/state_trackers/gbm/libgbm.la \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \
+       $(top_builddir)/src/util/libmesautil.la \
        $(LIBDRM_LIBS) \
        $(GALLIUM_COMMON_LIB_DEPS)
 
index 73bf664785e9c24a0b010684179dd93c6ddeb0f7..1a37b9af330f7cbbf6a1dd3727c14d2d0e6afb3f 100644 (file)
@@ -36,6 +36,7 @@ libxatracker_la_SOURCES =
 libxatracker_la_LIBADD = \
        $(top_builddir)/src/gallium/state_trackers/xa/libxatracker.la \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \
+       $(top_builddir)/src/util/libmesautil.la \
        $(LIBDRM_LIBS) \
        $(GALLIUM_COMMON_LIB_DEPS)