From: Dongsun Lee Date: Tue, 20 Jun 2023 03:47:15 +0000 (+0900) Subject: fix build break by changing libsystemd-daemon to libsystemd X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2010524d34ef39c77542964619f115b54a1fcaa4;p=platform%2Fcore%2Fsecurity%2Ftef-simulator.git fix build break by changing libsystemd-daemon to libsystemd Change-Id: I7444404417b8b6a959045f894893c1544738a88f --- diff --git a/packaging/tef-simulator.spec b/packaging/tef-simulator.spec index 01f6c96..d92fdcb 100644 --- a/packaging/tef-simulator.spec +++ b/packaging/tef-simulator.spec @@ -11,7 +11,7 @@ BuildRequires: cmake BuildRequires: boost-devel BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(openssl1.1) -BuildRequires: pkgconfig(libsystemd-daemon) +BuildRequires: pkgconfig(libsystemd) Requires: boost-coroutine boost-filesystem boost-program-options boost-regex boost-system boost-thread Requires: tef-libteec diff --git a/simulatordaemon/CMakeLists.txt b/simulatordaemon/CMakeLists.txt index 7bc382f..361e337 100644 --- a/simulatordaemon/CMakeLists.txt +++ b/simulatordaemon/CMakeLists.txt @@ -21,7 +21,7 @@ SET(DAEMONCTL_PATH ${DAEMON_PATH}/daemonctl) SET(DEBUGPROXY_PATH ${DAEMON_PATH}/debugproxy) PKG_CHECK_MODULES(DAEMON_DEPS REQUIRED - libsystemd-daemon + libsystemd dlog ) diff --git a/simulatordaemon/debugproxy/CMakeLists.txt b/simulatordaemon/debugproxy/CMakeLists.txt index a7b0bf9..c6d022e 100644 --- a/simulatordaemon/debugproxy/CMakeLists.txt +++ b/simulatordaemon/debugproxy/CMakeLists.txt @@ -19,7 +19,7 @@ PKG_CHECK_MODULES(DEBUGPROXY_DEPS REQUIRED dlog - libsystemd-daemon + libsystemd ) SET(DEBUGPROXY_SOURCES