From: Hwankyu Jhun Date: Fri, 26 May 2017 07:20:52 +0000 (+0900) Subject: Fix build dependency X-Git-Tag: accepted/tizen/unified/20170607.063248~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aea366cd4027d6a085d5c52cf143f596bb19dfc5;p=platform%2Fcore%2Fappfw%2Flaunchpad.git Fix build dependency - Use libsystemd instead of libsystemd-daemon Change-Id: Ia61fb5e7e3322e8bd28e3ae97c0ebbe05c2cbc8a Signed-off-by: Hwankyu Jhun --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e0c208f..9c1c049 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ SET (this_target_lib launchpad) INCLUDE(FindPkgConfig) PKG_CHECK_MODULES(${this_target_pool} REQUIRED dlog - libsystemd-daemon + libsystemd security-manager bundle gio-2.0 @@ -28,7 +28,7 @@ PKG_CHECK_MODULES(${this_target_loader} REQUIRED aul vconf buxton2 - libsystemd-daemon + libsystemd ) FOREACH(flag ${${this_target_loader}_CFLAGS}) diff --git a/packaging/launchpad.spec b/packaging/launchpad.spec index b1180f6..9c0baf2 100644 --- a/packaging/launchpad.spec +++ b/packaging/launchpad.spec @@ -14,7 +14,7 @@ BuildRequires: pkgconfig(bundle) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(ecore) BuildRequires: pkgconfig(dlog) -BuildRequires: pkgconfig(libsystemd-daemon) +BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(elementary) BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(buxton2)