summaryrefslogtreecommitdiff
path: root/x11/gnome-session/files/patch-gnome-session_meson.build
blob: baeecf3f34fb72d51bff1242d42b2578883de17d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- gnome-session/meson.build.orig	2024-03-18 19:30:06 UTC
+++ gnome-session/meson.build
@@ -60,6 +60,10 @@ endforeach
   )
 endforeach
 
+if enable_consolekit
+  sources += files('gsm-consolekit.c')
+endif
+
 cflags = [
   '-DLOCALE_DIR="@0@"'.format(session_localedir),
   '-DDATA_DIR="@0@"'.format(session_pkgdatadir),