Revert "meson: remove unnecessary join_path() with get_option('prefix')"

This reverts commit 602a4d7fa7.

You absolutely must have these paths expanded when in use in system files.
This commit is contained in:
Christian Hergert
2023-08-01 19:21:41 -07:00
parent 181963fb73
commit 95a3177623
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ sysprofd_sources = [
ipc_service_src,
]
pkglibexecdir = get_option('libexecdir')
pkglibexecdir = join_paths(get_option('prefix'), get_option('libexecdir'))
sysprofd_deps = [
glib_dep,