Skip to content

Commit

Permalink
Merge branch 'jb45921' into 'master'
Browse files Browse the repository at this point in the history
[build] Fix build with the new systemd. Contributes to JB#45921

See merge request mer-core/mce!137
  • Loading branch information
spiiroin committed May 4, 2020
2 parents a087b59 + 1b053c5 commit 43c526f
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 43c526f

Please sign in to comment.