diff options
author | Manatsawin Hanmongkolchai <[email protected]> | 2022-11-14 20:18:24 +0700 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-04-20 18:07:49 +0200 |
commit | 06de02ac5acb699156401bcf48009a670f98033e (patch) | |
tree | cf48c8a75f451704d01262d27f9ca406782a82b2 /meson_options.txt | |
parent | bbcbca9eb1240c3493895dbdcf03a4b2c2803d29 (diff) | |
download | eom-06de02ac5acb699156401bcf48009a670f98033e.tar.bz2 eom-06de02ac5acb699156401bcf48009a670f98033e.tar.xz |
Reduce requirement to meson 0.59
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 254cb66..2d4dcd6 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,6 +2,7 @@ option('nls', type : 'boolean', value : true, description : 'Native language sup 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') |