fix build break by changing libsystemd-daemon to libsystemd 03/294803/1
authorDongsun Lee <ds73.lee@samsung.com>
Tue, 20 Jun 2023 03:47:15 +0000 (12:47 +0900)
committerDongsun Lee <ds73.lee@samsung.com>
Tue, 20 Jun 2023 03:47:15 +0000 (12:47 +0900)
Change-Id: I7444404417b8b6a959045f894893c1544738a88f

packaging/tef-simulator.spec
simulatordaemon/CMakeLists.txt
simulatordaemon/debugproxy/CMakeLists.txt

index 01f6c963dc88e55ad3173ee339b5676c2f98013f..d92fdcba3a7200fe0003e1987aa6cb4ec2c6869d 100644 (file)
@@ -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
 
index 7bc382fce684baf6c60a3474fd8ee90a2dd8a6c8..361e33766e91e93433a6cc5f81afbc7257dbde4b 100644 (file)
@@ -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
                   )
 
index a7b0bf9fd747f194bcc15098c94fd09c88b06f03..c6d022e9e6df61c2a0aa1f15f93f487c66641d30 100644 (file)
@@ -19,7 +19,7 @@
 
 PKG_CHECK_MODULES(DEBUGPROXY_DEPS REQUIRED
     dlog
-    libsystemd-daemon
+    libsystemd
 )
 
 SET(DEBUGPROXY_SOURCES