You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
--- pango/opentype/pango-ot-private.h.dist Fri May 9 15:17:31 2003
|
|
|
|
|
+++ pango/opentype/pango-ot-private.h Fri May 9 15:17:09 2003
|
|
|
|
|
@@ -22,7 +22,8 @@
|
|
|
|
|
#ifndef __PANGO_OT_PRIVATE_H__
|
|
|
|
|
#define __PANGO_OT_PRIVATE_H__
|
|
|
|
|
|
|
|
|
|
-#include <freetype/freetype.h>
|
|
|
|
|
+#include <ft2build.h>
|
|
|
|
|
+#include FT_FREETYPE_H
|
|
|
|
|
|
|
|
|
|
#include <glib-object.h>
|
|
|
|
|
|
|
|
|
|
--- pango/pango-ot.h.dist Fri May 9 15:14:36 2003
|
|
|
|
|
+++ pango/pango-ot.h Fri May 9 15:15:45 2003
|
|
|
|
|
@@ -22,7 +22,8 @@
|
|
|
|
|
#ifndef __PANGO_OT_H__
|
|
|
|
|
#define __PANGO_OT_H__
|
|
|
|
|
|
|
|
|
|
-#include <freetype/freetype.h>
|
|
|
|
|
+#include <ft2build.h>
|
|
|
|
|
+#include FT_FREETYPE_H
|
|
|
|
|
#include <pango/pango-glyph.h>
|
|
|
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
--- pango/pangoft2.c.dist Fri May 9 15:14:42 2003
|
|
|
|
|
+++ pango/pangoft2.c Fri May 9 15:15:58 2003
|
|
|
|
|
@@ -28,7 +28,8 @@
|
|
|
|
|
#include <glib.h>
|
|
|
|
|
#include <glib/gprintf.h>
|
|
|
|
|
|
|
|
|
|
-#include <freetype/freetype.h>
|
|
|
|
|
+#include <ft2build.h>
|
|
|
|
|
+#include FT_FREETYPE_H
|
|
|
|
|
|
|
|
|
|
#include "pango-utils.h"
|
|
|
|
|
#include "pangoft2.h"
|
|
|
|
|
--- pango/pangoft2.h.dist Fri May 9 15:14:47 2003
|
|
|
|
|
+++ pango/pangoft2.h Fri May 9 15:16:34 2003
|
|
|
|
|
@@ -23,7 +23,8 @@
|
|
|
|
|
#ifndef __PANGOFT2_H__
|
|
|
|
|
#define __PANGOFT2_H__
|
|
|
|
|
|
|
|
|
|
-#include <freetype/freetype.h>
|
|
|
|
|
+#include <ft2build.h>
|
|
|
|
|
+#include FT_FREETYPE_H
|
|
|
|
|
|
|
|
|
|
#include <fontconfig/fontconfig.h>
|
|
|
|
|
|
|
|
|
|
--- examples/Makefile.in.orig Sat May 31 12:33:38 2003
|
|
|
|
|
+++ examples/Makefile.in Sat May 31 12:34:36 2003
|
|
|
|
|
@@ -166,6 +166,7 @@
|
|
|
|
|
pangoft2topgm_SOURCES = pangoft2topgm.c
|
|
|
|
|
pangoft2topgm_LDADD = \
|
|
|
|
|
../pango/libpango-$(PANGO_API_VERSION).la \
|
|
|
|
|
+ ../pango/libpangox-$(PANGO_API_VERSION).la \
|
|
|
|
|
../pango/libpangoft2-$(PANGO_API_VERSION).la \
|
|
|
|
|
$(FREETYPE_LIBS)
|
|
|
|
|
|