Skip to content

Commit

Permalink
Since font modules are dead, don't mention them in xorg-server.pc
Browse files Browse the repository at this point in the history
  • Loading branch information
nwnk committed Jul 9, 2009
1 parent e812103 commit 3c53f32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
1 change: 0 additions & 1 deletion xorg-server.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c53f32

Please sign in to comment.