summaryrefslogtreecommitdiff
path: root/sw/Library_swui.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-11 16:49:19 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-12 09:53:09 +0100
commit379f978387a8b017a41c2682c0b39444f17a2230 (patch)
tree4329e3a1b12516f8db66389e90125ee43c1ab0a0 /sw/Library_swui.mk
parent46648159bfc18cf29196ae8eba5a64decf10c45b (diff)
normalize values of SYSTEM_FREETYPE, SYSTEM_LIBXML, SYSTEM_MARIADB
Change-Id: Iffcc671ca41c5880579effe0786a3b4d3be0dab0
Diffstat (limited to 'sw/Library_swui.mk')
-rw-r--r--sw/Library_swui.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk
index ab0c2642e78b..b9ef786e8869 100644
--- a/sw/Library_swui.mk
+++ b/sw/Library_swui.mk
@@ -36,7 +36,7 @@ $(eval $(call gb_Library_use_custom_headers,swui,\
$(eval $(call gb_Library_use_sdk_api,swui))
-ifeq ($(SYSTEM_LIBXML),YES)
+ifneq ($(SYSTEM_LIBXML),)
$(eval $(call gb_Library_add_cxxflags,swui,\
$(LIBXML_CFLAGS) \
))