diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-12-25 17:39:43 -0500 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-12-27 15:53:39 +0000 |
commit | b92a0d9208e1b1a33818a3c451e9952963295f6c (patch) | |
tree | f468dbf463d43f6f43b56e0a0eed7bec84f00a5b /hunspell | |
parent | e7f7053b227cf109c3cf733d0c698e51aed159a3 (diff) |
convert icu to gbuild and add to tail_build
Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6
Reviewed-on: https://gerrit.libreoffice.org/1488
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'hunspell')
-rw-r--r-- | hunspell/StaticLibrary_hunspell.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hunspell/StaticLibrary_hunspell.mk b/hunspell/StaticLibrary_hunspell.mk index dba22998f217..29fe6249d37f 100644 --- a/hunspell/StaticLibrary_hunspell.mk +++ b/hunspell/StaticLibrary_hunspell.mk @@ -11,6 +11,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,hunspell)) $(eval $(call gb_StaticLibrary_use_unpacked,hunspell,hunspell)) +$(eval $(call gb_StaticLibrary_use_external,hunspell,icu_headers)) + $(eval $(call gb_StaticLibrary_set_warnings_not_errors,hunspell)) $(eval $(call gb_StaticLibrary_add_defs,hunspell,\ |