[aseprite] 47/64: Fix freetype2 includes.

Tobias Hansen thansen at moszumanska.debian.org
Tue Jun 21 14:43:04 UTC 2016


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

thansen pushed a commit to branch master
in repository aseprite.

commit 873748b0ff41e3dfa11959da4dfdd1d649fa4daf
Author: Matthias Mailänder <Mailaender at users.noreply.github.com>
Date:   Sun May 22 07:23:01 2016 +0200

    Fix freetype2 includes.
---
 src/ft/freetype_headers.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ft/freetype_headers.h b/src/ft/freetype_headers.h
index b7a5147..2a69526 100644
--- a/src/ft/freetype_headers.h
+++ b/src/ft/freetype_headers.h
@@ -8,8 +8,8 @@
 #define FT_FREETYPE_HEADERS_H_INCLUDED
 #pragma once
 
-#include "freetype/ftglyph.h"
-#include "ft2build.h"
+#include <ft2build.h>
+#include FT_GLYPH_H
 #include FT_FREETYPE_H
 
 #endif

-- 
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