summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-04-21 16:12:41 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2016-04-21 16:12:41 +0900
commit9ab96e590fa2da3c0f563f1a752578232413b44b (patch)
treeb6ca58eecac7110678fafda8f03d5f4613d02eea
parent41f294433f6f8072e6550c1bdeed3b58b5059b0b (diff)
downloaddebug-launchpad-9ab96e590fa2da3c0f563f1a752578232413b44b.tar.gz
debug-launchpad-9ab96e590fa2da3c0f563f1a752578232413b44b.tar.bz2
debug-launchpad-9ab96e590fa2da3c0f563f1a752578232413b44b.zip
Change-Id: I25150e545e336ee392f2b230b78676a0c639569f Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rwxr-xr-xCMakeLists.txt2
-rwxr-xr-xpackaging/debug-launchpad.spec1
2 files changed, 1 insertions, 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)