sway/swayrun/meson.build
Corey Hinshaw 9b10a16775 Move swayrun outside of PATH
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.
2019-02-11 22:53:46 -05:00

6 lines
88 B
Meson

executable(
'swayrun',
'main.c',
install: true,
install_dir: libdir + '/sway'
)