mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-24 08:34:18 +02:00
4 lines
112 B
Meson
4 lines
112 B
Meson
systemd = dependency('systemd', required: get_option('systemd'))
|
|
if systemd.found()
|
|
subdir('systemd')
|
|
endif
|