From aea366cd4027d6a085d5c52cf143f596bb19dfc5 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Fri, 26 May 2017 16:20:52 +0900 Subject: [PATCH] Fix build dependency - Use libsystemd instead of libsystemd-daemon Change-Id: Ia61fb5e7e3322e8bd28e3ae97c0ebbe05c2cbc8a Signed-off-by: Hwankyu Jhun --- CMakeLists.txt | 4 ++-- packaging/launchpad.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.7.4