Mesa (master): gallium: Add libmesautil dependency to gdm and xa targets

Jason Ekstrand jekstrand at kemper.freedesktop.org
Mon Aug 4 19:38:12 UTC 2014


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

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Mon Aug  4 12:34:04 2014 -0700

gallium: Add libmesautil dependency to gdm and xa targets

Signed-off-by: Jason Ekstrand <jason.ekstrand at intel.com>
Reviewed-by: Brian Paul <brianp at vmware.com>

---

 src/gallium/targets/gbm/Makefile.am |    1 +
 src/gallium/targets/xa/Makefile.am  |    1 +
 2 files changed, 2 insertions(+)

diff --git a/src/gallium/targets/gbm/Makefile.am b/src/gallium/targets/gbm/Makefile.am
index 2345ce3..a5f7070 100644
--- a/src/gallium/targets/gbm/Makefile.am
+++ b/src/gallium/targets/gbm/Makefile.am
@@ -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)
 
diff --git a/src/gallium/targets/xa/Makefile.am b/src/gallium/targets/xa/Makefile.am
index 73bf664..1a37b9a 100644
--- a/src/gallium/targets/xa/Makefile.am
+++ b/src/gallium/targets/xa/Makefile.am
@@ -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)
 




More information about the mesa-commit mailing list