summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINSUN PYO <insun.pyo@samsung.com>2021-02-05 11:24:38 +0900
committerINSUN PYO <insun.pyo@samsung.com>2021-02-05 11:24:38 +0900
commit56dea4a63168d1ed2ef0344864fa841185880804 (patch)
treea58abb7864067dc7d4a7c3e8717d5e94bfc8b9ac
parentad0622d107be8c0b192ff1b1fa7a26bca9bd4bba (diff)
downloadmurphy-accepted/tizen/unified/20210222.114538.tar.gz
murphy-accepted/tizen/unified/20210222.114538.tar.bz2
murphy-accepted/tizen/unified/20210222.114538.zip
Change-Id: I55c33f41873fa8c002e28bf01c2e5e74b4ea570b
-rw-r--r--configure.ac2
-rw-r--r--packaging/murphy.spec3
2 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9338883..2cbc44b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.])
diff --git a/packaging/murphy.spec b/packaging/murphy.spec
index 7708bea..aeb61be 100644
--- a/packaging/murphy.spec
+++ b/packaging/murphy.spec
@@ -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)