summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorManatsawin Hanmongkolchai <[email protected]>2022-11-14 01:35:12 +0700
committerraveit65 <[email protected]>2023-04-20 18:07:49 +0200
commitbbcbca9eb1240c3493895dbdcf03a4b2c2803d29 (patch)
tree9719912dab8fdd4238045f739a821fba2630a4b9 /meson_options.txt
parent2c38b75e422a41cfa180d1f4a5a55d52577b2989 (diff)
downloadeom-bbcbca9eb1240c3493895dbdcf03a4b2c2803d29.tar.bz2
eom-bbcbca9eb1240c3493895dbdcf03a4b2c2803d29.tar.xz
Add meson build support
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..254cb66
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,9 @@
+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('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')