diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-03-18 20:27:53 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-03-18 20:28:16 +0100 |
commit | 61ac7172272daca01d76ed121c62d1a1fc6cf9f1 (patch) | |
tree | edbac0d58ea8b3cd6374dce1b779fba7f2573836 | |
parent | c8d2c653ae6467bbfa05e8312b10bacb3eba249f (diff) |
swui needs icu_headers now too.
Change-Id: Ic416289d93f9e2a5bc0b3a1016d6222cfc724912
-rw-r--r-- | sw/Library_swui.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk index af18cfe8f1f7..13ba3a52b51a 100644 --- a/sw/Library_swui.mk +++ b/sw/Library_swui.mk @@ -28,7 +28,10 @@ $(eval $(call gb_Library_set_include,swui,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_use_external,swui,boost_headers)) +$(eval $(call gb_Library_use_externals,swui,\ + boost_headers \ + icu_headers \ +)) $(eval $(call gb_Library_use_custom_headers,swui,\ officecfg/registry \ |