mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[meson] libxml2 deps is pulled automatically
This commit is contained in:
parent
347b1d43ae
commit
be35ee9ec7
@ -255,6 +255,7 @@ if conf_data.get('CONFIG_ECMASCRIPT')
|
|||||||
deps += mozjsdeps
|
deps += mozjsdeps
|
||||||
sqlite3deps = dependency('sqlite3')
|
sqlite3deps = dependency('sqlite3')
|
||||||
deps += sqlite3deps
|
deps += sqlite3deps
|
||||||
|
conf_data.set('CONFIG_XML', true)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if conf_data.get('CONFIG_SCRIPTING_LUA')
|
if conf_data.get('CONFIG_SCRIPTING_LUA')
|
||||||
@ -273,13 +274,10 @@ if conf_data.get('CONFIG_GPM')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if conf_data.get('CONFIG_XML')
|
if conf_data.get('CONFIG_XML')
|
||||||
xml2deps = dependency('libxml2')
|
|
||||||
deps += xml2deps
|
|
||||||
xmlplusplusdeps = dependency('libxml++-5.0')
|
xmlplusplusdeps = dependency('libxml++-5.0')
|
||||||
deps += xmlplusplusdeps
|
deps += xmlplusplusdeps
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
if conf_data.get('CONFIG_SCRIPTING_PYTHON')
|
if conf_data.get('CONFIG_SCRIPTING_PYTHON')
|
||||||
python3deps = dependency('python3-embed')
|
python3deps = dependency('python3-embed')
|
||||||
deps += python3deps
|
deps += python3deps
|
||||||
|
Loading…
Reference in New Issue
Block a user