Commit 2382d883 authored by Mike Gabriel's avatar Mike Gabriel

Add patch 604_nx-X11_recent-freetype-API.full.patch. Fix FTBFS against recent…

Add patch 604_nx-X11_recent-freetype-API.full.patch. Fix FTBFS against recent (>= 2.5.0) libfreetype6 API.
parent 8cd7d82d
......@@ -6,6 +6,8 @@ nx-libs (2:3.5.0.22-0x2go1) UNRELEASED; urgency=low
issues. (Fixes: #314).
[ Mike Gabriel ]
* Add patch 604_nx-X11_recent-freetype-API.full.patch. Fix FTBFS against
recent (>= 2.5.0) libfreetype6 API.
* debian/source/format:
+ Switch to format 1.0.
* debian/control:
......
Description: Fix FTBFS against libfreetype6 (>= 2.5.0)
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/nx-X11/lib/Xft/xftglyphs.c
+++ b/nx-X11/lib/Xft/xftglyphs.c
@@ -23,7 +23,9 @@
*/
#include "xftint.h"
-#include <freetype/ftoutln.h>
+
+#include <ft2build.h>
+#include FT_FREETYPE_H
static const int filters[3][3] = {
/* red */
......@@ -49,6 +49,7 @@
601_nx-X11_build-option-changes-to-not-use-bundled-libraries.full.patch
602_nx-X11_initgroups.full.patch
603_nx-X11_compilation_warnings.full.patch
604_nx-X11_recent-freetype-API.full.patch
999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch
016_nx-X11_install-location.debian.patch
102_xserver-xext_set-securitypolicy-path.debian.patch
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment