Add missing resourceproto to REQUIRED_MODULES.

This commit is contained in:
Daniel Stone 2005-09-12 07:53:16 +00:00
parent ade158d238
commit 5b218617fa
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* configure.ac:
Put DMX AC_CONDITIONALS at the top level, since they must always be
called.
called. Add missing resourceproto to REQUIRED_MODULES.
* configure.ac:
* include/xorg-config.h.in:

View File

@ -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