Add missing fontsproto and fontenc to REQUIRED_MODULES.
This commit is contained in:
parent
5b218617fa
commit
846f797f37
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
Put DMX AC_CONDITIONALS at the top level, since they must always be
|
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:
|
* configure.ac:
|
||||||
* include/xorg-config.h.in:
|
* include/xorg-config.h.in:
|
||||||
|
|
|
@ -274,7 +274,7 @@ XEXT_INC='-I$(top_srcdir)/Xext'
|
||||||
XEXT_LIB='$(top_builddir)/Xext/libXext.la'
|
XEXT_LIB='$(top_builddir)/Xext/libXext.la'
|
||||||
|
|
||||||
dnl Core modules for most extensions, et al.
|
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])
|
AM_CONDITIONAL(XV, [test "x$XV" = xyes])
|
||||||
if test "x$XV" = xyes; then
|
if test "x$XV" = xyes; then
|
||||||
|
|
Loading…
Reference in New Issue