[PATCH v1] Documentation: guides: application-developer: Remove unnecessary argument

Laurent Pinchart laurent.pinchart at ideasonboard.com
Fri May 2 17:20:19 CEST 2025


On Fri, May 02, 2025 at 05:13:30PM +0200, Barnabás Pőcze wrote:
> `required: true` is the default for meson's `dependency()` function.
> 
> Signed-off-by: Barnabás Pőcze <barnabas.pocze at ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

> ---
>  Documentation/guides/application-developer.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst
> index 3608598e0..2d7c29010 100644
> --- a/Documentation/guides/application-developer.rst
> +++ b/Documentation/guides/application-developer.rst
> @@ -626,7 +626,7 @@ accordingly. In this example, the application file has been named
>  
>     simple_cam = executable('simple-cam',
>         'simple-cam.cpp',
> -       dependencies: dependency('libcamera', required : true))
> +       dependencies: dependency('libcamera'))
>  
>  The ``dependencies`` line instructs meson to ask ``pkgconfig`` (or ``cmake``) to
>  locate the ``libcamera`` library,  which the test application will be

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list