From 24beafda53baa1a2ca37a0d4d05331bf59b0dcab Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 16 Nov 2015 20:16:32 +0200 Subject: [PATCH] The GLyphy headers in its tarball are in "src", there is no "include" Change-Id: I77b55e796c35d1a186fecfddc6a109ded7d54064 --- RepositoryExternal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 9c773f7859d5..50d5f0419878 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -284,7 +284,7 @@ define gb_LinkTarget__use_glyphy $(call gb_LinkTarget_use_package,$(1),glyphy) $(call gb_LinkTarget_set_include,$(1),\ - -I$(call gb_UnpackedTarball_get_dir,glyphy/include) \ + -I$(call gb_UnpackedTarball_get_dir,glyphy/src) \ $$(INCLUDE) \ )