[Libreoffice-commits] core.git: sw/Library_swui.mk

Matúš Kukan matus.kukan at collabora.com
Tue Mar 18 12:28:27 PDT 2014


 sw/Library_swui.mk |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 61ac7172272daca01d76ed121c62d1a1fc6cf9f1
Author: Matúš Kukan <matus.kukan at collabora.com>
Date:   Tue Mar 18 20:27:53 2014 +0100

    swui needs icu_headers now too.
    
    Change-Id: Ic416289d93f9e2a5bc0b3a1016d6222cfc724912

diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk
index af18cfe..13ba3a5 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 \


More information about the Libreoffice-commits mailing list