Make DBE support conditional. (Enrico Wiegelt)
This commit is contained in:
parent
321dbed5f5
commit
a317bf4822
|
@ -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>
|
2006-05-15 Adam Jackson <ajax@freedesktop.org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -10,6 +10,10 @@ if XTRAP
|
||||||
XTRAPMOD = libxtrap.la
|
XTRAPMOD = libxtrap.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if DBE
|
||||||
|
DBEMOD = libdbe.la
|
||||||
|
endif
|
||||||
|
|
||||||
module_LTLIBRARIES = libafb.la \
|
module_LTLIBRARIES = libafb.la \
|
||||||
libcfb.la \
|
libcfb.la \
|
||||||
libcfb32.la \
|
libcfb32.la \
|
||||||
|
@ -18,8 +22,8 @@ module_LTLIBRARIES = libafb.la \
|
||||||
libshadow.la
|
libshadow.la
|
||||||
|
|
||||||
extsmoduledir = $(moduledir)/extensions
|
extsmoduledir = $(moduledir)/extensions
|
||||||
extsmodule_LTLIBRARIES = libdbe.la \
|
extsmodule_LTLIBRARIES = librecord.la \
|
||||||
librecord.la \
|
$(DBEMOD) \
|
||||||
$(GLXMODS) \
|
$(GLXMODS) \
|
||||||
$(XTRAPMOD)
|
$(XTRAPMOD)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue