Treat POODLE and REF_TRACKING defines per others in Meson build.
This commit is contained in:
parent
a38a450ae5
commit
c25f254de8
2 changed files with 3 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue