mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
18 lines
702 B
Text
18 lines
702 B
Text
--- daemon/meson.build.orig 2022-03-21 18:12:40 UTC
|
|
+++ daemon/meson.build
|
|
@@ -128,6 +128,7 @@ gdm_session_worker = executable('gdm-session-worker',
|
|
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'),
|
|
@@ -211,6 +212,7 @@ gdm_daemon = executable('gdm',
|
|
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')
|