[libcamera-devel] [PATCH 5/5] meson: Shorten project description

Kieran Bingham kieran.bingham at ideasonboard.com
Fri Dec 21 09:13:11 CET 2018


The project description is really the project name. The extraneosly long
string gets printed at the test runner prefixed to the suite. As such it
should really be the shortened simple project name.

Remove the 'description' from the project naming field.

Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 7b6e2fec8461..0ab0da981083 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libcamera - supporting complex camera pipelines', 'c', 'cpp',
+project('libcamera', 'c', 'cpp',
   meson_version: '>= 0.40',
   version : '0.1',
   license : 'LGPL 2.1+')
-- 
2.17.1



More information about the libcamera-devel mailing list