1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-21 00:25:37 +00:00

[meson] Require sqlite3

This commit is contained in:
Witold Filipczyk 2021-02-24 10:01:02 +01:00
parent 04b9056f98
commit b538eafbbc

View File

@ -275,6 +275,8 @@ endif
if conf_data.get('CONFIG_ECMASCRIPT')
mozjsdeps = dependency('mozjs-52')
deps += mozjsdeps
sqlite3deps = dependency('sqlite3')
deps += sqlite3deps
endif
if conf_data.get('CONFIG_SCRIPTING_LUA')