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 ba1eaa3df2af528cfd27b7636ef5cdb83d069afb..8fcd6195a99b58a1c139b83bdc2f76ccc9081970 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 5144c8284cbee99e3c89084a6961c12295978df6..1461efd4e44a0b7e0193c83e94f8097b3c8e11bf 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}")