From 1fb4a5a4ea993a7913a7bcc362315d31b2907836 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 24 Aug 2005 09:12:50 +0000 Subject: [PATCH] Add xcmiscproto and bigreqsproto to REQUIRED_MODULES, since Xext uses them. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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