Fix xf86bigfont pkgconfig dep typo.

This commit is contained in:
Kevin E Martin 2005-11-14 21:51:07 +00:00
parent 60a72f4795
commit 7012f9b56c
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-11-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Fix xf86bigfont pkgconfig dep typo.
2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:

View file

@ -28,7 +28,7 @@ AC_SUBST(BIGREQS_LIBS)
PKG_CHECK_MODULES(XPROTO, xproto)
AC_SUBST(XPROTO_CFLAGS)
PKG_CHECK_MODULES(X11, xextproto xtrans xau xcmiscproto xf86bigfontproto)
PKG_CHECK_MODULES(X11, xextproto xtrans xau xcmiscproto)
PKG_CHECK_MODULES(XDMCP, xdmcp)
AC_SUBST(XDMCP_CFLAGS)
@ -254,8 +254,10 @@ AC_ARG_ENABLE(xf86bigfont,
[Disable XF86BigFont extension support]),
[XF86BIGFONT=$enableval],[XF86BIGFONT="yes"])
if test "x$XF86BIGFONT" = "xyes"; then
PKG_CHECK_MODULES(BIGFONTPROTO, xf86bigfontproto,
PKG_CHECK_MODULES(BIGFONT, xf86bigfontproto,
AC_DEFINE(XF86BIGFONT,1,[Enable XF86BIGFONT extension]),XF86BIGFONT="no")
AC_SUBST(BIGFONT_CFLAGS)
AC_SUBST(BIGFONT_LIBS)
fi
AC_ARG_ENABLE(xkb,