Skip to content

meson: make build system happy by replacing deprecated feature

Adrian Larumbe requested to merge larumbe/drm:build-system-fix into main

ExternalProgram.path() is deprecated since 0.55, use ExternalProgram.full_path() instead.

Signed-off-by: Adrián Larumbe adrian.larumbe@collabora.com

Merge request reports