systemd/casync

meson: udevdir might be an empty string

Opened this issue · 0 comments

The following meson is of questionable validity:

udevdir = dependency('udev', required : false).get_pkgconfig_variable('udevdir')

It's unclear that this is currently giving you what you want (an empty string), when udev.pc is not present.
In future, it may be an error, especially if udev is found by a dependency provider other than pkg-config

See mesonbuild/meson#4444 (comment) and following.

See also PRs #143, #157.