diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-09-12 07:53:16 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-09-12 07:53:16 +0000 |
commit | 5b218617fa8ba52bf65aef35da39e06c662495e6 (patch) | |
tree | c9a564b72c9e441fbba26977710372e9c2ddb34d /configure.ac | |
parent | ade158d238475ce923fbc5c49275c78cf3864223 (diff) |
Add missing resourceproto to REQUIRED_MODULES.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2330bb338..c253af603 100644 --- a/configure.ac +++ b/configure.ac @@ -274,7 +274,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 xcmiscproto xextproto xfont xproto xtrans xau xf86dgaproto xf86miscproto xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto" +REQUIRED_MODULES="randrproto renderproto fixesproto damageproto xcmiscproto xextproto xfont xproto xtrans xau xf86dgaproto xf86miscproto xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto resourceproto" AM_CONDITIONAL(XV, [test "x$XV" = xyes]) if test "x$XV" = xyes; then |