[libcamera-devel] [PATCH] meson: Bump required version to 0.47

Nicolas Dufresne nicolas.dufresne at collabora.com
Tue Jan 14 19:46:41 CET 2020


This is needed to use option type 'feature'. This is a tri-state
(auto/enabled/disabled) which comes with utility to enable them all, or
disabled them all to avoid any dynamic selection happening. It can also
be used as value to any "required" field.

This will be used in GStreamer support. If you don't have a recent enough
meson in your distribution, you can always install or upgrate your version
using pip3.

  pip3 install --user meson
  pip3 install --user --upgrade meson

Signed-off-by: Nicolas Dufresne <nicolas.dufresne at collabora.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 6344885..eec1dcf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libcamera', 'c', 'cpp',
-    meson_version : '>= 0.40',
+    meson_version : '>= 0.47',
     version : '0.0.0',
     default_options : [
         'werror=true',
-- 
2.24.1



More information about the libcamera-devel mailing list