From 379f978387a8b017a41c2682c0b39444f17a2230 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 11 Feb 2014 16:49:19 +0100 Subject: normalize values of SYSTEM_FREETYPE, SYSTEM_LIBXML, SYSTEM_MARIADB Change-Id: Iffcc671ca41c5880579effe0786a3b4d3be0dab0 --- sw/Library_swui.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/Library_swui.mk') 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) \ )) -- cgit