mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-21 15:24:17 +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
|