Dominique Leuenberger
1f3fdbefb9
Added use-recommended-freetype-include.patch -- needed for freetype2 2.5.1 OBS-URL: https://build.opensuse.org/request/show/210871 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/dia?expand=0&rev=25
15 lines
428 B
Diff
15 lines
428 B
Diff
--- a/plug-ins/postscript/diapsft2renderer.c 2009-11-07 11:13:53.000000000 -0600
|
|
+++ b/plug-ins/postscript/diapsft2renderer.c 2013-12-02 18:49:27.000000000 -0600
|
|
@@ -29,8 +29,9 @@
|
|
#include <pango/pangoft2.h>
|
|
#include <pango/pango-engine.h>
|
|
/* I'd really rather avoid this */
|
|
-#include <freetype/ftglyph.h>
|
|
-#include <freetype/ftoutln.h>
|
|
+#include <ft2build.h>
|
|
+#include FT_GLYPH_H
|
|
+#include FT_OUTLINE_H
|
|
|
|
#define DPI 300
|
|
|