All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] README.md: Update oneliner build command
@ 2025-06-18 23:02 Alex Hung
  2025-06-19  1:42 ` ✓ Xe.CI.BAT: success for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Alex Hung @ 2025-06-18 23:02 UTC (permalink / raw)
  To: igt-dev; +Cc: Alex Hung

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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-06-23 10:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-18 23:02 [PATCH] README.md: Update oneliner build command Alex Hung
2025-06-19  1:42 ` ✓ Xe.CI.BAT: success for " 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

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.