eog/meson_options.txt
Iñigo Martínez be53446eb1 doc: migrate to gi-docgen
gi-docgen is a new tool that tries to avoid some of the issues of
gtk-doc and is also faster.
2022-02-01 20:13:27 +01:00

11 lines
958 B
Meson

option('libexif', type: 'boolean', value: true, description: 'enable EXIF support')
option('cms', type: 'boolean', value: true, description: 'enable colour management support')
option('xmp', type: 'boolean', value: true, description: 'enable special XMP support')
option('libjpeg', type: 'boolean', value: true, description: 'enable special JPEG support')
option('librsvg', type: 'boolean', value: true, description: 'enable RSVG support')
option('gtk_doc', type: 'boolean', value: false, description: 'build documentation')
option('introspection', type: 'boolean', value: true, description: 'Enable GObject Introspection (depends on GObject)')
option('installed_tests', type: 'boolean', value: false, description: 'enable installed unit tests')
option('libportal', type: 'boolean', value: true, description: 'Enable xdg-desktop-portal support')
option('profile', type: 'combo', choices: ['default', 'Devel'], value: 'default', description: 'Build profile')