mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Meson: Replace option instlibdir with libexecdir
Derive a value from it, called `rundir` rather than writing join_paths(libexecdir, 'sway') all over the place.
This commit is contained in:
parent
1670b46bf6
commit
830c4ef74c
5 changed files with 9 additions and 9 deletions
|
|
@ -15,5 +15,5 @@ executable(
|
|||
],
|
||||
link_with: [lib_sway_common, lib_sway_client],
|
||||
install: true,
|
||||
install_dir: instlibdir
|
||||
install_dir: sway_libexecdir
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue