Skip to content

meson-templates: Fix deprecation warning in Python templates

Since meson 0.55.0, external_program.path() as been replaced by external_program.full_path(). The projects initialized from these templates require at least meson 0.59.0, so this fixes the corresponding deprecation warning.

See the current meson API documentation for reference.

Merge request reports