mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
Because swayrun is not intended to be called directly by users, it is moved to /usr/lib. The sway.desktop wayland session file is also updated to reflect this new location.
6 lines
88 B
Meson
6 lines
88 B
Meson
executable(
|
|
'swayrun',
|
|
'main.c',
|
|
install: true,
|
|
install_dir: libdir + '/sway'
|
|
)
|