Skip to content

meson: Fix some deprecation warnings

Joaquim Monteiro requested to merge jmonteiro/drm:meson-fixes into main

The first commit removes the usages of ExternalProgram.path() that weren't removed by !347 (merged).

The second commit fixes the following warning:

meson.build:238: DEPRECATION: Project uses feature that was always broken, and is now deprecated since '1.3.0': str.format: Value other than strings, integers, bools, options, dictionaries and lists thereof..

Merge request reports