forked from AuroraMiddleware/gtk
Add a check for a new enough fontconfig, since we picked up a direct
Sun Feb 22 02:04:03 2004 Matthias Clasen <maclas@gmx.de> * configure.in: Add a check for a new enough fontconfig, since we picked up a direct dependency on it with the Xft settings.
This commit is contained in:
parent
4a9f916056
commit
74fd4c9581
@ -1,3 +1,8 @@
|
||||
Sun Feb 22 02:04:03 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* configure.in: Add a check for a new enough fontconfig, since
|
||||
we picked up a direct dependency on it with the Xft settings.
|
||||
|
||||
Sun Feb 22 00:23:40 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Feb 22 02:04:03 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* configure.in: Add a check for a new enough fontconfig, since
|
||||
we picked up a direct dependency on it with the Xft settings.
|
||||
|
||||
Sun Feb 22 00:23:40 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Feb 22 02:04:03 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* configure.in: Add a check for a new enough fontconfig, since
|
||||
we picked up a direct dependency on it with the Xft settings.
|
||||
|
||||
Sun Feb 22 00:23:40 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Feb 22 02:04:03 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* configure.in: Add a check for a new enough fontconfig, since
|
||||
we picked up a direct dependency on it with the Xft settings.
|
||||
|
||||
Sun Feb 22 00:23:40 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Feb 22 02:04:03 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* configure.in: Add a check for a new enough fontconfig, since
|
||||
we picked up a direct dependency on it with the Xft settings.
|
||||
|
||||
Sun Feb 22 00:23:40 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
|
||||
|
@ -991,6 +991,13 @@ if test "x$gdktarget" = "xlinux-fb" || test "x$gdktarget" = "xx11" ; then
|
||||
fi
|
||||
|
||||
if test "x$gdktarget" = "xx11"; then
|
||||
#
|
||||
# Check for fontconfig
|
||||
#
|
||||
if $PKG_CONFIG --exists 'fontconfig >= 2.2.91' ; then : ; else
|
||||
AC_MSG_ERROR([fontconfig 2.2.91 is required for x11 target])
|
||||
fi
|
||||
|
||||
# We start off with the libraries from Pango
|
||||
|
||||
## be sure we also have Pango built with Xft2 support
|
||||
|
Loading…
Reference in New Issue
Block a user