Since font modules are dead, don't mention them in xorg-server.pc

This commit is contained in:
Adam Jackson 2009-07-09 17:21:07 -04:00
parent e812103382
commit 3c53f32413
2 changed files with 0 additions and 3 deletions

View File

@ -1583,12 +1583,10 @@ if test "x$XORG" = xyes; then
abi_videodrv=`extract_abi VIDEODRV`
abi_xinput=`extract_abi XINPUT`
abi_extension=`extract_abi EXTENSION`
abi_font=`extract_abi FONT`
AC_SUBST([abi_ansic])
AC_SUBST([abi_videodrv])
AC_SUBST([abi_xinput])
AC_SUBST([abi_extension])
AC_SUBST([abi_font])
fi
AM_CONDITIONAL([XORG], [test "x$XORG" = xyes])
AM_CONDITIONAL([XORG_BUS_LINUXPCI], [test "x$xorg_bus_linuxpci" = xyes])

View File

@ -9,7 +9,6 @@ abi_ansic=@abi_ansic@
abi_videodrv=@abi_videodrv@
abi_xinput=@abi_xinput@
abi_extension=@abi_extension@
abi_font=@abi_font@
Name: xorg-server
Description: Modular X.Org X Server