]> git.pld-linux.org Git - packages/emacs.git/blame - emacs-fontconfig.patch
- up to 23.4
[packages/emacs.git] / emacs-fontconfig.patch
CommitLineData
81da00dd
AM
1--- emacs-23.3/configure.in~ 2011-08-31 22:32:43.687197466 +0200
2+++ emacs-23.3/configure.in 2011-08-31 22:38:04.288619611 +0200
3@@ -1998,6 +1998,7 @@
4 ### Start of font-backend (under X11) section.
5 if test "${HAVE_X11}" = "yes"; then
6 PKG_CHECK_MODULES(FONTCONFIG, fontconfig >= 2.2.0, HAVE_FC=yes, HAVE_FC=no)
7+ PKG_CHECK_MODULES(FREETYPE, freetype2, HAVE_FREETYPE=yes, HAVE_FREETYPE=no)
8
9 ## Use -lXft if available, unless `--with-xft=no'.
10 HAVE_XFT=maybe
This page took 0.063208 seconds and 4 git commands to generate.