debrix configure.ac,1.1,1.2
Daniel Stone <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: daniel Update of /cvs/xserver/debrix In directory pdx:/home/daniel/x/debrix/debrix Modified Files: configure.ac Log Message: * configure.ac: * Xext/extmod/Makefile.am: Enable extmod module, to initialise extensions from Xext. Index: configure.ac =================================================================== RCS file: /cvs/xserver/debrix/configure.ac,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- configure.ac 10 Jun 2004 19:11:15 -0000 1.1 +++ configure.ac 12 Jun 2004 16:43:32 -0000 1.2 @@ -299,6 +299,8 @@ AC_DEFINE(BIGREQS,1,[Support BigRequests extension]) AC_DEFINE(PIXPRIV,1,[Support pixmap privates]) AC_DEFINE(XFIXES,1,[Support XFixes extension]) +AC_DEFINE(XF86VIDMODE,1,[Support XFree86 Video Mode extension]) +AC_DEFINE(XF86MISC,1,[Support XFree86 miscellaneous extensions]) # must come first as it uses stuff in Shape -d EXTENSION_LIBS='$(top_builddir)/xfixes/libxfixes.a'" $EXTENSION_LIBS" EXTENSION_INCS="$EXTENSION_INCS "'-I$(top_srcdir)/xfixes' @@ -483,6 +485,7 @@ render/Makefile xkb/Makefile Xext/Makefile +Xext/extmod/Makefile Xi/Makefile xfixes/Makefile hw/Makefile