summary refs log tree commit diff
path: root/pkgs/desktops/cinnamon/cinnamon-session/0001-Add-dbus_glib-dependency.patch
blob: 156573c30e9a1c3095ae1f36c34efb551a5d8750 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
From ddc2c4faeec36675654a2f8f04c3011b807fdf79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= <mkg20001@gmail.com>
Date: Sun, 22 Mar 2020 07:36:25 +0100
Subject: [PATCH] Add dbus_glib dependency

---
 cinnamon-session/meson.build | 2 +-
 meson.build                  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/cinnamon-session/meson.build b/cinnamon-session/meson.build
index ee8916f..9dd9283 100644
--- a/cinnamon-session/meson.build
+++ b/cinnamon-session/meson.build
@@ -74,7 +74,7 @@ executable('cinnamon-session',
     xext,
     xrender,
     xtest,
-    # elogind,
+    dbus_glib,
   ],
   link_with: [
     libegg,
diff --git a/meson.build b/meson.build
index 231a448..db306dc 100644
--- a/meson.build
+++ b/meson.build
@@ -48,6 +48,7 @@ else
   gconf     = dependency('', required: false)
 endif
 conf.set('HAVE_GCONF', gconf.found())
+dbus_glib = dependency('dbus-glib-1')
 
 
 gio_unix    = dependency('gio-unix-2.0',      required: false)
-- 
2.25.1