Don't register a glyphy package if we aren't actually building it

Hopefully fixes the Mac tb.

Change-Id: I4786e060009e5232fc7d5ae200fec15334411c57
This commit is contained in:
Tor Lillqvist 2015-11-19 16:06:49 +02:00
parent 1d6480d5c4
commit c4db7aa8ac

View File

@ -284,9 +284,9 @@ $(call gb_LinkTarget_add_libs,$(1),$(GLYPHY_LIBS))
endef
else # !SYSTEM_GLYPHY
$(eval $(call gb_Helper_register_packages_for_install,ooo,\
$(eval $(gb_Helper_optional,GLYPHY,$(call gb_Helper_register_packages_for_install,ooo,\
glyphy \
))
)))
define gb_LinkTarget__use_glyphy
$(call gb_LinkTarget_use_package,$(1),glyphy)