[aseprite] 249/250: Look for ftglyph.h in the right directory.

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 8a28e28bfca03e97f99b6a0a0210b9fef3a0c786
Author: Tobias Hansen <thansen at localhost.localdomain>
Date:   Wed Dec 16 14:18:28 2015 +0000

    Look for ftglyph.h in the right directory.
---
 debian/patches/find_freetype.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/patches/find_freetype.patch b/debian/patches/find_freetype.patch
index c20886a..d72d990 100644
--- a/debian/patches/find_freetype.patch
+++ b/debian/patches/find_freetype.patch
@@ -15,3 +15,14 @@
  else()
    set(FREETYPE_LIBRARY freetype)
    set(FREETYPE_INCLUDE_DIR ${FREETYPE_DIR}/include)
+--- a/src/app/util/freetype_utils.cpp
++++ b/src/app/util/freetype_utils.cpp
+@@ -21,7 +21,7 @@
+ 
+ #include <stdexcept>
+ 
+-#include "freetype/ftglyph.h"
++#include "ftglyph.h"
+ #include "ft2build.h"
+ #include FT_FREETYPE_H
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list