summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..2d4dcd6
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,10 @@
+option('nls', type : 'boolean', value : true, description : 'Native language support')
+option('thumbnailer', type : 'boolean', value: true)
+option('gdk-pixbuf-thumbnailer', type : 'boolean', value: true, description: 'Use gdk-pixbuf-thumbnailer')
+
+option('introspection', type : 'feature', description : 'Enable GObject introspection')
+option('xmp', type : 'feature', description : 'Special XMP support')
+option('libexif', type : 'feature', description : 'EXIF support')
+option('cms', type : 'feature', description : 'Colour management support')
+option('jpeg', type : 'feature', description : 'Special JPEG support')
+option('librsvg', type : 'feature', description : 'RSVG support')