Skip to content

meson: replace deprecated meson.source_root() calls

Kai Smith requested to merge gmdezreal/libnotify:master into master

meson.source_root() was deprecated, so I replaced the only call of it with meson.global_source_root(), which seems to do the exact same thing.

Merge request reports