[Libreoffice-commits] core.git: starmath/Library_sm.mk

Stephan Bergmann sbergman at redhat.com
Tue Oct 13 23:48:37 PDT 2015


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

New commits:
commit 866f25abe22daf942ee63574a43ac05ee3cd0442
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 14 08:47:09 2015 +0200

    Fix gb_Library_use_externals call
    
    ...from d8f46f854ee64ad9fe6356a8d4b30f98f3b20135 "enable ICU_HEADER includes for
    starmath"
    
    Change-Id: Idcafaeb6a43c4aa423a2c7a7ea4669d4fdaf3744

diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk
index 6aa75b3..0b05af9 100644
--- a/starmath/Library_sm.mk
+++ b/starmath/Library_sm.mk
@@ -25,7 +25,10 @@ $(eval $(call gb_Library_add_defs,sm,\
 	-DSM_DLLIMPLEMENTATION \
 ))
 
-$(eval $(call gb_Library_use_external,sm,boost_headers,icu_headers))
+$(eval $(call gb_Library_use_externals,sm, \
+    boost_headers \
+    icu_headers \
+))
 
 $(eval $(call gb_Library_use_custom_headers,sm,\
 	officecfg/registry \


More information about the Libreoffice-commits mailing list