summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-11-16 20:16:32 +0200
committerTor Lillqvist <tml@collabora.com>2015-11-19 12:56:57 +0200
commitf95551868f40ed21eb27de46c119523f23442dc5 (patch)
tree72792ab6e8c69aec65a1d4f988e46574644b2431
parentAdd glyphy-windows.h for feeding GLyphy Win32 font data (diff)
downloadcore-f95551868f40ed21eb27de46c119523f23442dc5.tar.gz
core-f95551868f40ed21eb27de46c119523f23442dc5.zip
The GLyphy headers in its tarball are in "src", there is no "include"
Change-Id: I77b55e796c35d1a186fecfddc6a109ded7d54064
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
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) \
)