Commit 561d6fd4 authored by Simon Arlott's avatar Simon Arlott Committed by Max Kellermann

meson: Use correct prefix for systemd_system_unit_dir

parent 42a01822
......@@ -4,7 +4,7 @@ if systemd_system_unit_dir == ''
if systemd.found()
systemd_system_unit_dir = systemd.get_variable(
pkgconfig: 'systemdsystemunitdir',
pkgconfig_define: ['prefix', get_option('prefix')],
pkgconfig_define: ['rootprefix', get_option('prefix')],
)
endif
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment