Fix systemd BuildRequires
The build looks for both libsystemd.pc (in systemd-devel, for compile and link flags) and systemd.pc (in systemd itself, for directory layout). systemd-devel previously pulled in systemd (indirectly, through systemd-pam), but no longer.
This commit is contained in:
parent
69e9c4257c
commit
f0cbca6aca
@ -18,7 +18,8 @@ BuildRequires: polkit-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: perl-podlators
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: python3-dbusmock
|
||||
BuildRequires: python3-libpamtest
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user