diff options
author | Matt Turner <mattst88@gmail.com> | 2012-01-26 19:31:12 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-01-26 19:32:16 -0500 |
commit | 80aa78142d12b21dd7d4f0edc786af98a159a80f (patch) | |
tree | 01d990efa6c80e87092c60d64b91fcf5e019a19a /configure.ac | |
parent | c88503944234421ecb617001aad305ff3b1b83d2 (diff) |
dri: make sure to build libdricommon.la
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c9e658c69a..e41e13aab9 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 |