summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 71b01ec5c8..16a1cbd9fe 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -111,6 +111,12 @@ option('demos',
value: 'true',
description : 'Build demo programs')
+option('profile',
+ type: 'combo',
+ choices: [ 'default', 'devel' ],
+ value: 'default',
+ description : 'Profile to use for demos')
+
option('build-examples',
type: 'boolean',
value: 'true',