From 26d9f28c1b67156ab50dc43562d3a54249eb9edb Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 19 Dec 2018 10:42:04 +0000 Subject: meson: Shorten project description 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 Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 7b6e2fec..0ab0da98 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+') -- cgit v1.2.1