]> git.pld-linux.org Git - packages/emacs.git/blame - emacs-fontconfig.patch
- release 5 (by relup.sh)
[packages/emacs.git] / emacs-fontconfig.patch
CommitLineData
26437482
MK
1--- emacs-24.3/configure.ac.orig 2013-03-05 08:24:59.000000000 +0000
2+++ emacs-24.3/configure.ac 2013-04-17 07:09:43.617571656 +0000
3@@ -2403,6 +2403,7 @@
81da00dd
AM
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.026891 seconds and 4 git commands to generate.