gplugin/gplugin

Use meson.project_build_root instead of meson.build_root

2021-10-07, Elliott Sales de Andrade
ad3ceac87107
Use meson.project_build_root instead of meson.build_root

The former is new in 0.56, but we require 0.58 and so the latter causes a
deprecation warning.
configure_file(
input : 'gplugin.spec.in',
output : 'gplugin.spec',
configuration : version_conf)