sway/swayrun/meson.build
Corey Hinshaw eb22dee79c Remove allowed shell check from swayrun
Because swayrun should be run from a safe environment, validating
the user's shell against /etc/shells seems unnecessary.
2019-02-10 20:41:04 -05:00

5 lines
55 B
Meson

executable(
'swayrun',
'main.c',
install: true
)