From e3872864be25f7421015bef2732fa57c0c9fb726 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 Aug 2018 08:53:53 +0100 Subject: gentoo resync : 04.08.2018 --- .../files/cinnamon-session-3.8.0-elogind.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 gnome-extra/cinnamon-session/files/cinnamon-session-3.8.0-elogind.patch (limited to 'gnome-extra/cinnamon-session/files/cinnamon-session-3.8.0-elogind.patch') diff --git a/gnome-extra/cinnamon-session/files/cinnamon-session-3.8.0-elogind.patch b/gnome-extra/cinnamon-session/files/cinnamon-session-3.8.0-elogind.patch new file mode 100644 index 000000000000..7ae0fba56978 --- /dev/null +++ b/gnome-extra/cinnamon-session/files/cinnamon-session-3.8.0-elogind.patch @@ -0,0 +1,26 @@ +From e9857299d098d6e62d866fa738cf53197e45c8e3 Mon Sep 17 00:00:00 2001 +From: Kristian Fiskerstrand +Date: Mon, 9 Jul 2018 13:26:51 +0200 +Subject: [PATCH] ELOGIND also needs this code that is wrapped in LOGIND + condtional + +--- + cinnamon-session/csm-systemd.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/cinnamon-session/csm-systemd.c b/cinnamon-session/csm-systemd.c +index dc2aa2e..039abd9 100644 +--- a/cinnamon-session/csm-systemd.c ++++ b/cinnamon-session/csm-systemd.c +@@ -23,7 +23,7 @@ + #include "config.h" + #include "csm-systemd.h" + +-#ifdef HAVE_LOGIND ++#if defined(HAVE_LOGIND) || defined(HAVE_ELOGIND) + + #include + #include +-- +2.16.4 + -- cgit v1.2.3