Remove the unnecessary dependency 10/66810/1 accepted/tizen/common/20160504.124740 accepted/tizen/ivi/20160503.010739 accepted/tizen/mobile/20160503.010623 accepted/tizen/tv/20160503.010646 accepted/tizen/wearable/20160503.010726 submit/tizen/20160502.025553
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 21 Apr 2016 07:12:41 +0000 (16:12 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 21 Apr 2016 07:12:41 +0000 (16:12 +0900)
Change-Id: I25150e545e336ee392f2b230b78676a0c639569f
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
CMakeLists.txt
packaging/debug-launchpad.spec

index ffb305a..ddb0713 100755 (executable)
@@ -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")
index af39582..47517c8 100755 (executable)
@@ -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)