summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2023-05-19 17:05:11 +0800
committerLuke from DC <[email protected]>2023-05-23 03:04:29 +0000
commite4cdb9e1a846390bafef8e36085242f793464edd (patch)
tree668a8ff5d5d66d33db111d2e6cd3f72df16afaab /meson_options.txt
parent41a0cad8fafe515f56854462dd62c1b1bd94a393 (diff)
downloadengrampa-e4cdb9e1a846390bafef8e36085242f793464edd.tar.bz2
engrampa-e4cdb9e1a846390bafef8e36085242f793464edd.tar.xz
Add meson compilation support
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..8cfe90c
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,29 @@
+option('run-in-place',
+ type : 'boolean',
+ value : false,
+ description : 'Load ui data from the source tree'
+)
+
+option('caja-actions',
+ type : 'boolean',
+ value : true,
+ description : 'Build the nautilus context menu actions'
+)
+
+option('packagekit',
+ type : 'boolean',
+ value : true,
+ description : 'Build PackageKit installer for missing utilities'
+)
+
+option('magic',
+ type : 'boolean',
+ value : true,
+ description : 'Use libmagic to detect file type'
+)
+
+option('cpio',
+ type : 'string',
+ value : 'auto',
+ description : 'Path to the cpio program'
+)