summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 53f2675e..d840543b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -5,6 +5,12 @@ option('android',
value : 'disabled',
description : 'Compile libcamera with Android Camera3 HAL interface')
+option('android_platform',
+ type : 'combo',
+ choices : ['generic'],
+ value : 'generic',
+ description : 'Select the Android platform to compile for')
+
option('documentation',
type : 'feature',
description : 'Generate the project documentation')