diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 29 |
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' +) |