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

Nícolas F. R. A. Prado nfraprado at collabora.com
Tue Aug 24 21:56:29 CEST 2021


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>

---

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