[libcamera-devel] [PATCH] Replace deprecated 'meson' with 'meson setup'

Laurent Pinchart laurent.pinchart at ideasonboard.com
Thu Jan 5 11:05:48 CET 2023


Meson has deprecated implicit usage of the setup command. Update the
build instructions to use 'meson setup' explicitly.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index e9dd4207ae55..34b6b49f3575 100644
--- a/README.rst
+++ b/README.rst
@@ -34,7 +34,7 @@ To fetch the sources, build and install:
 
   git clone https://git.libcamera.org/libcamera/libcamera.git
   cd libcamera
-  meson build
+  meson setup build
   ninja -C build install
 
 Dependencies

base-commit: e1b81401cafa2e071b0903c0afe8363e84c11ede
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list