Add missing fontsproto and fontenc to REQUIRED_MODULES.

This commit is contained in:
Daniel Stone 2005-09-12 08:24:48 +00:00
parent 5b218617fa
commit 846f797f37
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
* configure.ac:
Put DMX AC_CONDITIONALS at the top level, since they must always be
called. Add missing resourceproto to REQUIRED_MODULES.
called. Add missing resourceproto, fontenc, and fontsproto 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 resourceproto"
REQUIRED_MODULES="randrproto renderproto fixesproto damageproto xcmiscproto xextproto xfont xproto xtrans xau xf86dgaproto xf86miscproto xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto resourceproto fontenc fontsproto"
AM_CONDITIONAL(XV, [test "x$XV" = xyes])
if test "x$XV" = xyes; then