meson/docs/yaml
Dudemanguy 9be6e653d4 find_program: add a kwarg to specify custom version argument
When trying to get the version of a program, meson was previously
hardcoded to run the binary with `--version`. This does work with the
vast majority of programs, but there are a few outliers (e.g. ffmpeg)
which have an unusual argument for printing out the version. Support
these programs by introducing a version_argument kwarg in find_program
which allows users to override `--version` with whatever the custom
argument for printing the version may be for the program.
2024-06-23 15:10:42 +03:00
..
builtins Add MESONREWRITE to `meson dist` scripts 2024-02-12 22:19:59 +01:00
elementary docs: document out of bounds behavior in str.substring 2023-11-22 22:15:13 +02:00
functions find_program: add a kwarg to specify custom version argument 2024-06-23 15:10:42 +03:00
modules/cmake docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
objects Add required kwarg to compiler.{compiles,links,run} 2024-05-01 11:20:27 -07:00