summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
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 14:05:28 +0200
commit24beafda53baa1a2ca37a0d4d05331bf59b0dcab (patch)
treefb3bc05d0dde6a8e9e7b52b484a7848285a22b42 /RepositoryExternal.mk
parent60a09acf5171de4177cc430e11f39a4372d46693 (diff)
The GLyphy headers in its tarball are in "src", there is no "include"
Change-Id: I77b55e796c35d1a186fecfddc6a109ded7d54064
Diffstat (limited to 'RepositoryExternal.mk')
-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) \
)