diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-19 19:32:31 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-22 11:08:33 +0200 |
commit | f33c8644c052bf9d69157224500ca7887075c7da (patch) | |
tree | 0d8b87f1cb3b93355df964258ec2ec6a820b2e17 /hyphen | |
parent | 2f6261fa07e496439e4476d2be2c4c9bca9e6e52 (diff) |
stop delivering lots of external static libraries
Change-Id: Id0c5908adbdec40346c1b62304d1f72ed077ca54
Diffstat (limited to 'hyphen')
-rw-r--r-- | hyphen/ExternalPackage_hyphen.mk | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/hyphen/ExternalPackage_hyphen.mk b/hyphen/ExternalPackage_hyphen.mk index cae07649ff85..13303cc7c903 100644 --- a/hyphen/ExternalPackage_hyphen.mk +++ b/hyphen/ExternalPackage_hyphen.mk @@ -9,20 +9,12 @@ $(eval $(call gb_ExternalPackage_ExternalPackage,hyphen,hyphen)) -ifneq ($(COM),MSC) - -$(eval $(call gb_ExternalPackage_use_external_project,hyphen,hyphen)) - -ifeq ($(SYSTEM_HYPH),NO) -$(eval $(call gb_ExternalPackage_add_file,hyphen,lib/libhyphen.a,.libs/libhyphen.a)) -endif - -endif - ifeq ($(WITH_MYSPELL_DICTS),YES) -$(eval $(call gb_ExternalPackage_add_files,hyphen,bin,\ + +$(eval $(call gb_ExternalPackage_add_unpacked_files,hyphen,bin,\ hyph_en_US.dic \ )) + endif # vim: set noet sw=4 ts=4: |