From: Junghyun Yeon Date: Thu, 10 Mar 2016 23:59:35 +0000 (+0900) Subject: add capi-system-info at pkg_check_modules to fix build fail X-Git-Tag: accepted/tizen/tv/20160311.013441 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2Ftv%2F20160311.013441;hp=f7a25651fb7726d61943c1d8ddbf13564b6dcffb;p=platform%2Fcore%2Fappfw%2Fpkgmgr-info.git add capi-system-info at pkg_check_modules to fix build fail Change-Id: Ic67981c8e61d095ed14608096f4e8b35bee2fd65 Signed-off-by: Junghyun Yeon --- diff --git a/parser/CMakeLists.txt b/parser/CMakeLists.txt index 4209a99..51b42dc 100644 --- a/parser/CMakeLists.txt +++ b/parser/CMakeLists.txt @@ -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}")