fix error 95/83495/1
authorSEUNGTAEK HAN <s.t.han@samsung.com>
Thu, 11 Aug 2016 08:34:42 +0000 (17:34 +0900)
committerSEUNGTAEK HAN <s.t.han@samsung.com>
Thu, 11 Aug 2016 08:34:47 +0000 (17:34 +0900)
Change-Id: I0fedbbd72a03f3472f13a80484991d3319adeaa4

packaging/privacy-guard.spec
pkgmgr_plugin/CMakeLists.txt

index ba1eaa3..8fcd619 100755 (executable)
@@ -26,6 +26,7 @@ BuildRequires:        pkgconfig(capi-system-info)
 BuildRequires: pkgconfig(libtzplatform-config)
 BuildRequires: pkgconfig(security-privilege-manager)
 BuildRequires: pkgconfig(cynara-monitor)
+BuildRequires:  pkgconfig(pkgmgr-installer)
 
 Requires(post):   /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
index 5144c82..1461efd 100755 (executable)
@@ -5,7 +5,7 @@ SET (this_target privileges)
 SET(LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/cmake_build_tmp/output)
 
 INCLUDE(FindPkgConfig)
-pkg_check_modules(pkg REQUIRED glib-2.0 dlog libxml-2.0)
+pkg_check_modules(pkg REQUIRED glib-2.0 dlog libxml-2.0 pkgmgr-installer)
 
 FOREACH(flag ${privileges_CFLAGS})
     SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")