summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-06-19 22:04:32 +0800
committerlukefromdc <[email protected]>2019-07-13 22:26:39 +0000
commitd86c29b0e518f765e7570573c76bc033fbd17f6d (patch)
treea4ac9135d5328c8955f4a60b70ee86a5ee22150c /meson_options.txt
parent9c6676b1efa27aa103b5eddb28f97488a63a5190 (diff)
downloadmarco-d86c29b0e518f765e7570573c76bc033fbd17f6d.tar.bz2
marco-d86c29b0e518f765e7570573c76bc033fbd17f6d.tar.xz
switch to use meson build system
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 00000000..8aac9850
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,31 @@
+option('disable-verbose-mode',
+ type: 'boolean', value: true,
+ description: 'disable marco\'s ability to do verbose logging, for embedded/size-sensitive custom builds')
+
+option('disable-sm',
+ type: 'boolean', value: false,
+ description: 'disable marco\'s session management support, for embedded/size-sensitive custom non-MATE builds')
+
+option('disable-startup-notification',
+ type: 'boolean', value: false,
+ description: 'disable marco\'s startup notification support, for embedded/size-sensitive custom non-MATE builds')
+
+option('disable-compositor',
+ type: 'boolean', value: false,
+ description: 'disable marco\'s compositing manager')
+
+option('disable-xsync',
+ type: 'boolean', value: false,
+ description: 'disable marco\'s use of the XSync extension')
+
+option('disable-render',
+ type: 'boolean', value: false,
+ description: 'disable marco\'s use of the RENDER extension')
+
+option('disable-shape',
+ type: 'boolean', value: false,
+ description: 'disable marco\'s use of the shaped window extension')
+
+option('disable-xinerama',
+ type: 'boolean', value: false,
+ description: 'disable marco\'s use of the Xinerama extension')