From: Alex Hung <alex.hung@amd.com>
To: <igt-dev@lists.freedesktop.org>
Cc: Alex Hung <alex.hung@amd.com>
Subject: [PATCH] README.md: Update oneliner build command
Date: Wed, 18 Jun 2025 17:02:57 -0600 [thread overview]
Message-ID: <20250618230257.1721932-1-alex.hung@amd.com> (raw)
This fixes the following warning:
WARNING: Running the setup command as `meson [options]` instead of
`meson setup [options]` is ambiguous and deprecated.
Signed-off-by: Alex Hung <alex.hung@amd.com>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9cef60d88..ed6647726 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Building
Oneliner to get started:
- $ meson build && ninja -C build
+ $ meson setup build && ninja -C build
Note that meson insist on separate build directories from the source tree.
--
2.43.0
next reply other threads:[~2025-06-18 23:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-18 23:02 Alex Hung [this message]
2025-06-19 1:42 ` ✓ Xe.CI.BAT: success for README.md: Update oneliner build command Patchwork
2025-06-19 7:08 ` ✓ i915.CI.BAT: " Patchwork
2025-06-19 12:43 ` [PATCH] " Gustavo Sousa
2025-06-23 9:59 ` Kamil Konieczny
2025-06-19 14:25 ` ✗ Xe.CI.Full: failure for " Patchwork
2025-06-23 10:00 ` Kamil Konieczny
2025-06-19 14:54 ` ✗ i915.CI.Full: " Patchwork
2025-06-23 10:01 ` Kamil Konieczny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250618230257.1721932-1-alex.hung@amd.com \
--to=alex.hung@amd.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.