Package: gnome-screensaver / 3.6.1-13

libsystemd.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Dmitry Shachnev <mitya57@debian.org>
Date: Fri, 28 Feb 2020 17:14:57 +0000
Subject: build against libsystemd library

Forwarded: no
Last-Update: 2015-07-06
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3451989..93e31e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -601,7 +601,7 @@ AC_ARG_WITH(systemd,
             [with_systemd=$withval], [with_systemd=auto])
 
 PKG_CHECK_MODULES(SYSTEMD,
-                  [libsystemd-login],
+                  [libsystemd],
                   [have_systemd=yes], [have_systemd=no])
 
 if test "x$with_systemd" = "xauto" ; then