1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-06-28 13:44:46 +00:00

build: Disable nautilus extension by default

The extension we want to build isn't compatible with the current version
of nautilus, as nautilus 43 uses GTK 4.
This commit is contained in:
Bastien Nocera 2022-10-26 18:17:29 +02:00
parent 8ef197b1da
commit 15b2d2c1f8

View File

@ -4,7 +4,7 @@ option('platform', type: 'combo', choices: ['gnome', 'win32'], value: 'gnome', d
option('viewer', type: 'boolean', value: true, description: 'whether Viewer support is requested')
option('previewer', type: 'boolean', value: true, description: 'whether Previewer support is requested')
option('thumbnailer', type: 'boolean', value: true, description: 'whether Thumbnailer support is requested')
option('nautilus', type: 'boolean', value: true, description: 'whether Nautilus support is requested')
option('nautilus', type: 'boolean', value: false, description: 'whether Nautilus support is requested')
option('comics', type: 'feature', value: 'auto', description: 'whether Comics support is requested')
option('djvu', type: 'feature', value: 'auto', description: 'whether DJVU support is requested')