python/build/libs.py: remove libexpat, switch to Meson wrap

This commit is contained in:
Max Kellermann
2021-09-21 14:02:45 +02:00
parent e98cef06c7
commit 520028dcfc
7 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,6 @@
expat_dep = dependency('expat', required: get_option('expat'))
expat_dep = dependency('expat',
fallback: ['expat', 'expat_dep'],
required: get_option('expat'))
conf.set('ENABLE_EXPAT', expat_dep.found())
if not expat_dep.found()
subdir_done()