dri: make sure to build libdricommon.la

This commit is contained in:
Matt Turner 2012-01-26 19:31:12 -05:00
parent c885039442
commit 80aa78142d
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
SUBDIRS=
SUBDIRS = common
if HAVE_I915_DRI
SUBDIRS+=i915