From be751f809459a658ed161fe135d64f684074dd4e Mon Sep 17 00:00:00 2001 From: Junghyun Yeon Date: Fri, 11 Mar 2016 08:59:35 +0900 Subject: [PATCH] add capi-system-info at pkg_check_modules to fix build fail Change-Id: Ic67981c8e61d095ed14608096f4e8b35bee2fd65 Signed-off-by: Junghyun Yeon --- parser/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}") -- 2.7.4