add capi-system-info at pkg_check_modules to fix build fail 19/61819/1 accepted/tizen/common/20160311.013751 accepted/tizen/ivi/20160311.013649 accepted/tizen/mobile/20160311.013314 accepted/tizen/tv/20160311.013441 accepted/tizen/wearable/20160311.013539 submit/tizen/20160311.001932
authorJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 10 Mar 2016 23:59:35 +0000 (08:59 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 10 Mar 2016 23:59:35 +0000 (08:59 +0900)
Change-Id: Ic67981c8e61d095ed14608096f4e8b35bee2fd65
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
parser/CMakeLists.txt

index 4209a99..51b42dc 100644 (file)
@@ -26,7 +26,7 @@ message(STATUS "version/major : ${VERSION} / ${VERSION_MAJOR}")
 ### Get required CFLAGS, LDFLAGS from pkg-config
 
 include(FindPkgConfig)
-pkg_check_modules(parser_pkgs REQUIRED dlog libxml-2.0 glib-2.0 sqlite3 db-util vconf bundle)
+pkg_check_modules(parser_pkgs REQUIRED dlog libxml-2.0 glib-2.0 sqlite3 db-util vconf bundle capi-system-info)
 
 foreach(flag ${parser_pkgs_CFLAGS})
        set(parser_pkgs_CFLAGS_str "${parser_pkgs_CFLAGS_str} ${flag}")