summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 2d4dcd6e44b1fe897e9519e6a44b37c980387097 (plain)
1
2
3
4
5
6
7
8
9
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')