Treat POODLE and REF_TRACKING defines per others in Meson build.

This commit is contained in:
Michael James Gratton 2017-12-12 15:49:30 +11:00
parent a38a450ae5
commit c25f254de8
2 changed files with 3 additions and 7 deletions

View file

@ -137,6 +137,9 @@ conf.set('HAVE_LIBUNITY', libunity.found())
conf.set('HAVE_FTS3_TOKENIZE', true)
conf.set('VERSION', meson.project_version())
conf.set('GCR_API_SUBJECT_TO_CHANGE', true)
conf.set('DISABLE_POODLE', not poodle)
conf.set('REF_TRACKING', reference_tracking)
configure_file(output: 'config.h', configuration: conf)
# Post-install scripts