all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
To: emacs-devel@gnu.org
Subject: fontconfig required version
Date: Thu, 21 Feb 2008 13:40:06 +0100	[thread overview]
Message-ID: <20080221124006.GF45296@orion.lan> (raw)

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

Hi,

The attached patch bumps the fontconfig required version to 2.2.0
because ftfont.c uses the FC_WIDTH / FC_WEIGHT_REGULAR macros which
are available since 2.2.0 [1].

Emanuele Giaquinta

[1] http://gitweb.freedesktop.org/?p=fontconfig;a=commit;h=81fa16c3366a701255f4e52cdfd716dd06253748

[-- Attachment #2: configure-fontconfig.diff --]
[-- Type: text/x-diff, Size: 712 bytes --]

Index: configure.in
===================================================================
RCS file: /cvsroot/emacs/emacs/configure.in,v
retrieving revision 1.511
diff -u -r1.511 configure.in
--- configure.in	9 Feb 2008 18:03:10 -0000	1.511
+++ configure.in	21 Feb 2008 12:13:17 -0000
@@ -2039,7 +2039,7 @@
 
   PKG_CHECK_MODULES(FREETYPE, freetype2, HAVE_FREETYPE=yes, HAVE_FREETYPE=no)
   if test "${HAVE_FREETYPE}" = "yes"; then
-    PKG_CHECK_MODULES(FONTCONFIG, fontconfig, HAVE_FC=yes, HAVE_FC=no)
+    PKG_CHECK_MODULES(FONTCONFIG, fontconfig >= 2.2.0, HAVE_FC=yes, HAVE_FC=no)
     if test "${HAVE_FC}" = "no"; then
       dnl Witout fontconfig, we can't use freetype at the moment.
       HAVE_FREETYPE=no

             reply	other threads:[~2008-02-21 12:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-21 12:40 Emanuele Giaquinta [this message]
2008-02-21 12:58 ` fontconfig required version Emanuele Giaquinta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080221124006.GF45296@orion.lan \
    --to=emanuele.giaquinta@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.