Documentation: guides: application-developer: Remove unnecessary argument
`required: true` is the default for meson's `dependency()` function. Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
@@ -618,7 +618,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
|
||||
|
||||
Reference in New Issue
Block a user