summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-07-09 17:21:07 -0400
committerAdam Jackson <ajax@redhat.com>2009-07-09 17:21:07 -0400
commit3c53f3241319d96affad2f4539f7661e02e80521 (patch)
tree236db5c1b437e9cc141bafeee3e0d385e759c7d0
parente812103382a7bc3f7ba8b2f44ab97960dec265a9 (diff)
Since font modules are dead, don't mention them in xorg-server.pc
-rw-r--r--configure.ac2
-rw-r--r--xorg-server.pc.in1
2 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e47b60e4d..65a17de8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/xorg-server.pc.in b/xorg-server.pc.in
index 7547aa31b..3d58dabbf 100644
--- a/xorg-server.pc.in
+++ b/xorg-server.pc.in
@@ -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