Skip to content

meson.build: define systemd_dep in broader context

Sergei Trofimovich requested to merge trofi/polkit:meson-build into master

Without the change configure fails when -Dsystemdsystemunitdir= is passed explicitly as:

$ meson .. ... -Dsystemdsystemunitdir=/lib/systemd/system ...
...
meson.build:222:37: ERROR: Unknown variable "systemd_dep".

Merge request reports