This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: README.md: migrate instruction to "meson setup" Author: Quentin Schulz <[email protected]> Date: Wed Oct 8 13:27:40 2025 +0200 meson [options] is deprecated since 0.64.0 (commit 3c7ab542c0c4 ("deprecate running "meson builddir" without setup subcommand")) and throws a warning telling you to use meson setup [options] instead, so let's do that. While 0.64.0 is higher than the current minimum requirement of 0.60, meson setup is, according to the aforementioned commit, supported since 0.42, so this change should be fine for meson versions between 0.60 and 0.64. Signed-off-by: Quentin Schulz <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=6094244ad8efe1f78f9daaafc6cab00d1e41524c diff --git a/README.md b/README.md index 358960a78bcd..1f82e6c9a01e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ After downloading and installing the needed packages on your distribution, you should run: ``` -meson build/ +meson setup build/ ninja -C build/ ``` _______________________________________________ linuxtv-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
