Skip to content

Commit

Permalink
[build] Fix build with the new systemd. Contributes to JB#45921
Browse files Browse the repository at this point in the history
Change libsystemd-daemon -> libsystemd dependency to fix building with v233.

Signed-off-by: Igor Zhbanov <i.zhbanov@omprussia.ru>
  • Loading branch information
izh1979 committed May 1, 2020
1 parent a087b59 commit 1b053c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -282,7 +282,7 @@ MCE_PKG_NAMES += dbus-1
MCE_PKG_NAMES += dbus-glib-1
MCE_PKG_NAMES += dsme
MCE_PKG_NAMES += libiphb
MCE_PKG_NAMES += libsystemd-daemon
MCE_PKG_NAMES += libsystemd
MCE_PKG_NAMES += libngf0
MCE_PKG_NAMES += thermalmanager_dbus_if

Expand Down
2 changes: 1 addition & 1 deletion rpm/mce.spec
Expand Up @@ -22,7 +22,7 @@ BuildRequires: pkgconfig(libiphb)
BuildRequires: pkgconfig(glib-2.0) >= 2.36.0
BuildRequires: pkgconfig(mce) >= 1.28.0
BuildRequires: pkgconfig(libngf0) >= 0.24
BuildRequires: pkgconfig(libsystemd-daemon)
BuildRequires: pkgconfig(libsystemd)
BuildRequires: kernel-headers >= 2.6.32
BuildRequires: systemd
BuildRequires: pkgconfig(usb_moded)
Expand Down

0 comments on commit 1b053c5

Please sign in to comment.