freetype: fix include as they contain platform specific bits
This commit is contained in:
parent
8c34d15a3b
commit
32022e9def
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ class FreetypeRecipe(Recipe):
|
||||||
version = "2.5.5"
|
version = "2.5.5"
|
||||||
url = "http://download.savannah.gnu.org/releases/freetype/freetype-{version}.tar.bz2"
|
url = "http://download.savannah.gnu.org/releases/freetype/freetype-{version}.tar.bz2"
|
||||||
library = "objs/.libs/libfreetype.a"
|
library = "objs/.libs/libfreetype.a"
|
||||||
include_dir = "include"
|
include_dir = ["include", ("builds/unix/ftconfig.h", "config/ftconfig.h")]
|
||||||
|
include_per_arch = True
|
||||||
|
|
||||||
def build_arch(self, arch):
|
def build_arch(self, arch):
|
||||||
build_env = arch.get_env()
|
build_env = arch.get_env()
|
||||||
|
|
Loading…
Add table
Reference in a new issue