Merge branch 'v0.21.x'

This commit is contained in:
Max Kellermann
2019-11-04 15:07:46 +01:00
8 changed files with 26 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
if not get_option('neighbor')
if not get_option('neighbor') or not enable_database
conf.set('ENABLE_NEIGHBOR_PLUGINS', false)
neighbor_glue_dep = dependency('', required: false)
subdir_done()