From 81e5dad8294f20c3cb69383d0a6e8b04c3579094 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 5 Oct 2017 01:34:33 +0200 Subject: External mXML project library inclusion Change-Id: I7ed0a21f3aa79cc007ff224eec66a048f53ba98f Signed-off-by: Romain Forlot --- conf.d/config.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.d/config.cmake') diff --git a/conf.d/config.cmake b/conf.d/config.cmake index 5545656..70d847b 100644 --- a/conf.d/config.cmake +++ b/conf.d/config.cmake @@ -60,7 +60,7 @@ set (gcc_minimal_version 4.9) # PKG_CONFIG required packages # ----------------------------- set (PKG_REQUIRED_LIST - mxml + #mxml json-c libsystemd>=222 afb-daemon @@ -153,4 +153,4 @@ set(WIDGET_ENTRY_POINT lib/afb-ucs2.so) # This include is mandatory and MUST happens at the end # of this file, else you expose you to unexpected behavior # ----------------------------------------------------------- -include(${PROJECT_APP_TEMPLATES_DIR}/cmake/common.cmake) \ No newline at end of file +include(${PROJECT_APP_TEMPLATES_DIR}/cmake/common.cmake) -- cgit 1.2.3-korg