summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-08-24 09:12:50 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-08-24 09:12:50 +0000
commit1fb4a5a4ea993a7913a7bcc362315d31b2907836 (patch)
tree00b8c0d50170839ac73c3ae83fb75eb2dff59249
parentb47535bd661743946851099f226f9e6aa4cc8c90 (diff)
Add xcmiscproto and bigreqsproto to REQUIRED_MODULES, since Xext uses them.
-rw-r--r--configure.ac2
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