Mesa (master): dri: make sure to build libdricommon.la

Matt Turner mattst88 at kemper.freedesktop.org
Fri Jan 27 00:32:24 UTC 2012


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

Author: Matt Turner <mattst88 at gmail.com>
Date:   Thu Jan 26 19:31:12 2012 -0500

dri: make sure to build libdricommon.la

---

 configure.ac                     |    1 +
 src/mesa/drivers/dri/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index c9e658c..e41e13a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1939,6 +1939,7 @@ AC_CONFIG_FILES([configs/autoconf
 		src/egl/wayland/wayland-drm/Makefile
 		src/mesa/drivers/dri/dri.pc
 		src/mesa/drivers/dri/Makefile
+		src/mesa/drivers/dri/common/Makefile
 		src/mesa/drivers/dri/i915/Makefile
 		src/mesa/drivers/dri/i965/Makefile
 		src/mesa/drivers/dri/nouveau/Makefile
diff --git a/src/mesa/drivers/dri/Makefile.am b/src/mesa/drivers/dri/Makefile.am
index 3722082..8b93582 100644
--- a/src/mesa/drivers/dri/Makefile.am
+++ b/src/mesa/drivers/dri/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS=
+SUBDIRS = common
 
 if HAVE_I915_DRI
 SUBDIRS+=i915




More information about the mesa-commit mailing list