From 9ab96e590fa2da3c0f563f1a752578232413b44b Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Thu, 21 Apr 2016 16:12:41 +0900 Subject: [PATCH] Remove the unnecessary dependency Change-Id: I25150e545e336ee392f2b230b78676a0c639569f Signed-off-by: Hwankyu Jhun --- CMakeLists.txt | 2 +- packaging/debug-launchpad.spec | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffb305a..ddb0713 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ MESSAGE("Build type: ${CMAKE_BUILD_TYPE}") # Set required packages INCLUDE(FindPkgConfig) -SET(pkgs_requires "dlog glib-2.0 libprivilege-control gio-2.0 bundle vconf libsmack security-manager pkgmgr-info") +SET(pkgs_requires "dlog glib-2.0 gio-2.0 bundle vconf libsmack security-manager pkgmgr-info") IF(_APPFW_FEATURE_SOCKET_ACTIVATION) SET(pkgs_requires "${pkgs_requires} libsystemd-daemon") ADD_DEFINITIONS("-D_APPFW_FEATURE_SOCKET_ACTIVATION") diff --git a/packaging/debug-launchpad.spec b/packaging/debug-launchpad.spec index af39582..47517c8 100755 --- a/packaging/debug-launchpad.spec +++ b/packaging/debug-launchpad.spec @@ -20,7 +20,6 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(bundle) BuildRequires: pkgconfig(dlog) -BuildRequires: pkgconfig(libprivilege-control) BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(libsmack) BuildRequires: pkgconfig(pkgmgr-info) -- 2.7.4