Resolve meson minimum version and deprecation warnings
A minimum version of 0.60.0 was chosen to match the version used by GTK.
-
get_pkgconfig_variable('variable')
is replaced with get_variable(pkgconfig : 'variable') -
build_root
is replaced byproject_build_root()
, unless used by a subproject, and then we would need to useglobal_build_root()
orcurrent_build_dir()