The GLyphy headers in its tarball are in "src", there is no "include"

Change-Id: I77b55e796c35d1a186fecfddc6a109ded7d54064
This commit is contained in:
Tor Lillqvist
2015-11-16 20:16:32 +02:00
parent 60a09acf51
commit 24beafda53

View File

@@ -284,7 +284,7 @@ define gb_LinkTarget__use_glyphy
$(call gb_LinkTarget_use_package,$(1),glyphy) $(call gb_LinkTarget_use_package,$(1),glyphy)
$(call gb_LinkTarget_set_include,$(1),\ $(call gb_LinkTarget_set_include,$(1),\
-I$(call gb_UnpackedTarball_get_dir,glyphy/include) \ -I$(call gb_UnpackedTarball_get_dir,glyphy/src) \
$$(INCLUDE) \ $$(INCLUDE) \
) )