espeakup/services/meson.build
Alexander Epaneshnikov 0c09fe5449
switch to meson (#30)
switch to a meson-based build system
2021-06-18 21:53:04 -05:00

4 lines
112 B
Meson

systemd = dependency('systemd', required: get_option('systemd'))
if systemd.found()
subdir('systemd')
endif