summaryrefslogtreecommitdiff
path: root/sw/Library_swui.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/Library_swui.mk')
-rw-r--r--sw/Library_swui.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk
index cc12e447d025..cf3ab0459e71 100644
--- a/sw/Library_swui.mk
+++ b/sw/Library_swui.mk
@@ -44,6 +44,12 @@ $(eval $(call gb_Library_add_api,swui,\
offapi \
))
+ifeq ($(SYSTEM_LIBXML),YES)
+$(eval $(call gb_Library_add_cxxflags,swui,\
+ $(LIBXML_CFLAGS) \
+))
+endif
+
$(eval $(call gb_Library_add_linked_libs,swui,\
comphelper \
cppu \