mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
Check for freetype headers the way freetype wants us to.
2003-11-17 Noah Levitt <nlevitt@columbia.edu> * configure.in: Check for freetype headers the way freetype wants us to.
This commit is contained in:
parent
835d755b9c
commit
2a9551f54e
@ -1,3 +1,8 @@
|
|||||||
|
2003-11-17 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* configure.in: Check for freetype headers the way freetype
|
||||||
|
wants us to.
|
||||||
|
|
||||||
2003-11-17 Mark McLoughlin <mark@skynet.ie>
|
2003-11-17 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
Patch from Jaiserca <jaiserca@inf.upv.es> to add a
|
Patch from Jaiserca <jaiserca@inf.upv.es> to add a
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2003-11-17 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* configure.in: Check for freetype headers the way freetype
|
||||||
|
wants us to.
|
||||||
|
|
||||||
2003-11-17 Mark McLoughlin <mark@skynet.ie>
|
2003-11-17 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
Patch from Jaiserca <jaiserca@inf.upv.es> to add a
|
Patch from Jaiserca <jaiserca@inf.upv.es> to add a
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2003-11-17 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* configure.in: Check for freetype headers the way freetype
|
||||||
|
wants us to.
|
||||||
|
|
||||||
2003-11-17 Mark McLoughlin <mark@skynet.ie>
|
2003-11-17 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
Patch from Jaiserca <jaiserca@inf.upv.es> to add a
|
Patch from Jaiserca <jaiserca@inf.upv.es> to add a
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2003-11-17 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* configure.in: Check for freetype headers the way freetype
|
||||||
|
wants us to.
|
||||||
|
|
||||||
2003-11-17 Mark McLoughlin <mark@skynet.ie>
|
2003-11-17 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
Patch from Jaiserca <jaiserca@inf.upv.es> to add a
|
Patch from Jaiserca <jaiserca@inf.upv.es> to add a
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2003-11-17 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* configure.in: Check for freetype headers the way freetype
|
||||||
|
wants us to.
|
||||||
|
|
||||||
2003-11-17 Mark McLoughlin <mark@skynet.ie>
|
2003-11-17 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
Patch from Jaiserca <jaiserca@inf.upv.es> to add a
|
Patch from Jaiserca <jaiserca@inf.upv.es> to add a
|
||||||
|
@ -984,7 +984,8 @@ if test "x$gdktarget" = "xlinux-fb" || test "x$gdktarget" = "xx11" ; then
|
|||||||
|
|
||||||
AC_MSG_CHECKING([For sufficiently new FreeType (at least 2.0.1)])
|
AC_MSG_CHECKING([For sufficiently new FreeType (at least 2.0.1)])
|
||||||
AC_TRY_COMPILE([
|
AC_TRY_COMPILE([
|
||||||
#include <freetype/freetype.h>
|
#include <ft2build.h>
|
||||||
|
#include FT_FREETYPE_H
|
||||||
#include FT_ERRORS_H
|
#include FT_ERRORS_H
|
||||||
],
|
],
|
||||||
[(void)1;],:,have_freetype=false)
|
[(void)1;],:,have_freetype=false)
|
||||||
|
Loading…
Reference in New Issue
Block a user