summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e9e815fd..d2e07ef1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: CC0-1.0
option('android',
- type : 'boolean',
- value : false,
+ type : 'feature',
+ value : 'disabled',
description : 'Compile libcamera with Android Camera3 HAL interface')
option('documentation',