Kaydet (Commit) c4db7aa8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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

Hopefully fixes the Mac tb.

Change-Id: I4786e060009e5232fc7d5ae200fec15334411c57
üst 1d6480d5
...@@ -284,9 +284,9 @@ $(call gb_LinkTarget_add_libs,$(1),$(GLYPHY_LIBS)) ...@@ -284,9 +284,9 @@ $(call gb_LinkTarget_add_libs,$(1),$(GLYPHY_LIBS))
endef endef
else # !SYSTEM_GLYPHY 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 \ glyphy \
)) )))
define gb_LinkTarget__use_glyphy define gb_LinkTarget__use_glyphy
$(call gb_LinkTarget_use_package,$(1),glyphy) $(call gb_LinkTarget_use_package,$(1),glyphy)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment