diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-11-02 18:14:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-11-19 14:05:26 +0200 |
commit | 4817f7f8773d93887136ec2f0e4671319850db2c (patch) | |
tree | 7994a7d6200e52aeee267addbecfa791c5bb9260 /RepositoryExternal.mk | |
parent | 8311c6ed4970d22e7a6459fa7ed2779560e5e11d (diff) |
Fix some thinkos or copy-paste mistakes for glyphy
Change-Id: Ie008086c2a34081c9f50a61808b73b66eda58e2c
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 64e48acee186..9c773f7859d5 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -272,14 +272,14 @@ endef endif # SYSTEM_GLEW -$(eval $(call gb_Helper_register_packages_for_install,ooo,\ - liborcus \ -)) - -ifneq ($(SYSTEM_GLEW),) +ifneq ($(SYSTEM_GLYPHY),) else # !SYSTEM_GLYPHY +$(eval $(call gb_Helper_register_packages_for_install,ooo,\ + glyphy \ +)) + define gb_LinkTarget__use_glyphy $(call gb_LinkTarget_use_package,$(1),glyphy) @@ -294,7 +294,7 @@ $(call gb_LinkTarget_add_libs,$(1),\ endef -endif GLYPHY +endif # SYSTEM_GLYPHY define gb_LinkTarget__use_iconv $(call gb_LinkTarget_add_libs,$(1),-liconv) |