]> git.pld-linux.org Git - packages/emacs.git/blob - emacs-fontconfig.patch
- release 6
[packages/emacs.git] / emacs-fontconfig.patch
1 --- emacs-23.3/configure.in~    2011-08-31 22:24:46.365226136 +0200
2 +++ emacs-23.3/configure.in     2011-08-31 22:31:54.258255730 +0200
3 @@ -2047,8 +2047,6 @@
4        dnl As we use Xft, we anyway use freetype.
5        dnl There's no need for additional CFLAGS and LIBS.
6        HAVE_FREETYPE=yes
7 -      FONTCONFIG_CFLAGS=
8 -      FONTCONFIG_LIBS=
9      fi
10  
11      HAVE_LIBOTF=no
12 --- emacs-23.3/configure.in~    2011-08-31 22:32:43.687197466 +0200
13 +++ emacs-23.3/configure.in     2011-08-31 22:38:04.288619611 +0200
14 @@ -1998,6 +1998,7 @@
15  ### Start of font-backend (under X11) section.
16  if test "${HAVE_X11}" = "yes"; then
17     PKG_CHECK_MODULES(FONTCONFIG, fontconfig >= 2.2.0, HAVE_FC=yes, HAVE_FC=no)
18 +   PKG_CHECK_MODULES(FREETYPE, freetype2, HAVE_FREETYPE=yes, HAVE_FREETYPE=no)
19  
20     ## Use -lXft if available, unless `--with-xft=no'.
21     HAVE_XFT=maybe
This page took 0.035058 seconds and 3 git commands to generate.