Make DBE support conditional. (Enrico Wiegelt)

This commit is contained in:
Daniel Stone 2006-05-17 15:00:18 +00:00
parent 321dbed5f5
commit a317bf4822
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-05-17 Daniel Stone <daniel@freedesktop.org>
* hw/xfree86/dixmods/Makefile.am:
Make DBE support conditional. (Enrico Wiegelt)
2006-05-15 Adam Jackson <ajax@freedesktop.org>
* configure.ac:

View File

@ -10,6 +10,10 @@ if XTRAP
XTRAPMOD = libxtrap.la
endif
if DBE
DBEMOD = libdbe.la
endif
module_LTLIBRARIES = libafb.la \
libcfb.la \
libcfb32.la \
@ -18,8 +22,8 @@ module_LTLIBRARIES = libafb.la \
libshadow.la
extsmoduledir = $(moduledir)/extensions
extsmodule_LTLIBRARIES = libdbe.la \
librecord.la \
extsmodule_LTLIBRARIES = librecord.la \
$(DBEMOD) \
$(GLXMODS) \
$(XTRAPMOD)