From: INSUN PYO Date: Wed, 3 Feb 2021 00:47:14 +0000 (+0900) Subject: Change systemd-devel package name X-Git-Tag: submit/tizen/20210215.052546^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd915a3a371254ebd24c6a286273e0f220cfdeea;p=platform%2Fcore%2Fcontext%2Fcontext-service.git Change systemd-devel package name Change-Id: I88cbb9d222d2a1721fc9088c362712b1df8ef6d5 --- diff --git a/packaging/context-service.spec b/packaging/context-service.spec index 32e25d3..1d44fa7 100644 --- a/packaging/context-service.spec +++ b/packaging/context-service.spec @@ -11,8 +11,7 @@ Source3: contextd-agent.service Source4: contextd-agent.socket BuildRequires: cmake -BuildRequires: pkgconfig(libsystemd-daemon) -BuildRequires: pkgconfig(libsystemd-login) +BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gmodule-2.0) diff --git a/src/agent/CMakeLists.txt b/src/agent/CMakeLists.txt index cbe2063..466bca7 100644 --- a/src/agent/CMakeLists.txt +++ b/src/agent/CMakeLists.txt @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) SET(target "contextd-agent") -SET(DEPS glib-2.0 gio-2.0 gmodule-2.0 libsystemd-daemon dlog capi-base-common) +SET(DEPS glib-2.0 gio-2.0 gmodule-2.0 libsystemd dlog capi-base-common) SET(INCDIR "${CMAKE_INSTALL_INCLUDEDIR}/context-service") diff --git a/src/server/CMakeLists.txt b/src/server/CMakeLists.txt index 264e6bc..ebd48c2 100644 --- a/src/server/CMakeLists.txt +++ b/src/server/CMakeLists.txt @@ -3,7 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) SET(target "contextd") SET(DEPS - libsystemd-login + libsystemd glib-2.0 gio-2.0 dlog