aboutsummaryrefslogtreecommitdiff
path: root/x11/gdm/files/patch-daemon_meson.build
blob: b9d96a12b5dc84858c5316d0662a6c9fd1abb7d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- daemon/meson.build.orig	2022-01-12 14:15:56 UTC
+++ daemon/meson.build
@@ -128,6 +128,7 @@ endif
 gdm_session_worker = executable('gdm-session-worker',
   gdm_session_worker_src,
   dependencies: gdm_session_worker_deps,
+  link_args : ['-lutil'],
   include_directories: gdm_session_worker_includes,
   install: true,
   install_dir: get_option('libexecdir'),
@@ -207,6 +208,7 @@ endif
 gdm_daemon = executable('gdm',
   [ gdm_daemon_sources, gdm_daemon_gen_sources ],
   dependencies: gdm_daemon_deps,
+  link_args : ['-lutil'],
   include_directories: config_h_dir,
   install: true,
   install_dir: get_option('sbindir')