Change systemd-devel package name 52/253152/1 accepted/tizen/unified/20210222.114538 submit/tizen/20210219.031951
authorINSUN PYO <insun.pyo@samsung.com>
Fri, 5 Feb 2021 02:24:38 +0000 (11:24 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Fri, 5 Feb 2021 02:24:38 +0000 (11:24 +0900)
Change-Id: I55c33f41873fa8c002e28bf01c2e5e74b4ea570b

configure.ac
packaging/murphy.spec

index 9338883677356f4b2c0fc594ebfae33c763df2ef..2cbc44b074a9a68836a0c403e3bb0212817bc310 100644 (file)
@@ -444,7 +444,7 @@ AC_ARG_ENABLE(systemd,
              [enable_systemd=$enableval], [enable_systemd=auto])
 
 if test "$enable_systemd" != "no"; then
-    PKG_CHECK_MODULES(SYSTEMD, libsystemd-journal libsystemd-daemon,
+    PKG_CHECK_MODULES(SYSTEMD, libsystemd,
                       [have_systemd=yes], [have_systemd=no])
     if test "$have_systemd" = "no" -a "$enable_systemd" = "yes"; then
         AC_MSG_ERROR([systemd development libraries not found.])
index 7708bea652917e897dc87d24e77c58d0214c9aa9..aeb61be767361b70efddf5cb2315ac64df116d2a 100644 (file)
@@ -41,8 +41,7 @@ Source1001: %{name}.manifest
 BuildRequires: flex
 BuildRequires: bison
 BuildRequires: pkgconfig(lua)
-BuildRequires: pkgconfig(libsystemd-daemon)
-BuildRequires: pkgconfig(libsystemd-journal)
+BuildRequires: pkgconfig(systemd)
 BuildRequires: pkgconfig(dlog)
 #BuildRequires: pkgconfig(libcap)
 #BuildRequires: pkgconfig(libtzplatform-config)