[libcamera-devel] [PATCH v8 10/17] lc-compliance: Fix source file ordering in meson.build

Paul Elder paul.elder at ideasonboard.com
Wed Nov 30 12:22:26 CET 2022


On Tue, Aug 24, 2021 at 04:56:29PM -0300, Nícolas F. R. A. Prado wrote:
> The capture_test.cpp file was added in the source list of meson in the
> wrong place. Fix it so the list is alphabetically sorted.
> 
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado at collabora.com>

Reviewed-by: Paul Elder <paul.elder at ideasonboard.com>

> 
> ---
> 
> Changes in v8:
> - New
> 
>  src/lc-compliance/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/lc-compliance/meson.build b/src/lc-compliance/meson.build
> index aa5852f6cb87..4be14b694426 100644
> --- a/src/lc-compliance/meson.build
> +++ b/src/lc-compliance/meson.build
> @@ -13,10 +13,10 @@ lc_compliance_enabled = true
>  lc_compliance_sources = files([
>      '../cam/event_loop.cpp',
>      '../cam/options.cpp',
> +    'capture_test.cpp',
>      'environment.cpp',
>      'main.cpp',
>      'simple_capture.cpp',
> -    'capture_test.cpp',
>  ])
>  
>  lc_compliance  = executable('lc-compliance', lc_compliance_sources,
> -- 
> 2.33.0
> 


More information about the libcamera-devel mailing list