diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-08-24 09:12:50 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-08-24 09:12:50 +0000 |
commit | 1fb4a5a4ea993a7913a7bcc362315d31b2907836 (patch) | |
tree | 00b8c0d50170839ac73c3ae83fb75eb2dff59249 | |
parent | b47535bd661743946851099f226f9e6aa4cc8c90 (diff) |
Add xcmiscproto and bigreqsproto to REQUIRED_MODULES, since Xext uses them.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 86f011716..0a0b1a2ba 100644 --- a/configure.ac +++ b/configure.ac @@ -272,7 +272,7 @@ XEXT_INC='-I$(top_srcdir)/Xext' XEXT_LIB='$(top_builddir)/Xext/libXext.la' dnl Core modules for most extensions, et al. -REQUIRED_MODULES="randrproto renderproto fixesproto damageproto xextproto xfont xproto xtrans xau xf86dgaproto xf86miscproto xf86vidmodeproto xf86bigfontproto scrnsaverproto" +REQUIRED_MODULES="randrproto renderproto fixesproto damageproto xcmiscproto xextproto xfont xproto xtrans xau xf86dgaproto xf86miscproto xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto" AM_CONDITIONAL(XV, [test "x$XV" = xyes]) if test "x$XV" = xyes; then |