mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[meson] Require sqlite3
This commit is contained in:
parent
04b9056f98
commit
b538eafbbc
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user