mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[meson] Require sqlite3
This commit is contained in:
parent
04b9056f98
commit
b538eafbbc
@ -275,6 +275,8 @@ endif
|
|||||||
if conf_data.get('CONFIG_ECMASCRIPT')
|
if conf_data.get('CONFIG_ECMASCRIPT')
|
||||||
mozjsdeps = dependency('mozjs-52')
|
mozjsdeps = dependency('mozjs-52')
|
||||||
deps += mozjsdeps
|
deps += mozjsdeps
|
||||||
|
sqlite3deps = dependency('sqlite3')
|
||||||
|
deps += sqlite3deps
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if conf_data.get('CONFIG_SCRIPTING_LUA')
|
if conf_data.get('CONFIG_SCRIPTING_LUA')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user