[libcamera-devel] [PATCH 10/12] meson: options: Introduce 'cros_cbm' memory backend

Jacopo Mondi jacopo at jmondi.org
Fri Feb 26 14:29:30 CET 2021


Add to the list of supported memory backends the 'cros_cbm' option.

Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>
---
 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson_options.txt b/meson_options.txt
index 34063172f4ba..c43def09fe80 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -12,7 +12,7 @@ option('cros',
 
 option('android_memory_backend',
         type : 'combo',
-        choices : ['android_generic'],
+        choices : ['android_generic', 'cros_cbm'],
         value : 'android_generic',
         description : 'Select the memory backend in use for the Android Camera3 HAL')
 
-- 
2.30.0



More information about the libcamera-devel mailing list