* desktop/meson.build: Make sure the schema is re-compiled with the source XML changes. * meson.build: Make compiling the schema mandatory, since both running the client locally and unit tests require it. Fix path to compiled schema so the client can find it.
6 lines
670 B
Meson
6 lines
670 B
Meson
option('valadoc', type: 'boolean', value: false, description: 'Whether to build the documentaton (requires valadoc).')
|
|
option('contractor', type: 'boolean', value: false, description: 'Whether to install the contractor file (Elementary OS-specific).')
|
|
option('poodle', type: 'boolean', value: true, description: 'Whether to apply the POODLE SSLv3 fix.')
|
|
option('ref_tracking', type: 'boolean', value: false, description: 'Whether to use explicit reference tracking.')
|
|
option('iso_639_xml', type: 'string', value: '', description: 'Full path to the ISO 639 XML file.')
|
|
option('iso_3166_xml', type: 'string', value: '', description: 'Full path to the ISO 3166 XML file.')
|