mirror of
https://github.com/rkd77/elinks.git
synced 2025-04-18 00:47:36 -04:00
Merge pull request #348 from aelmahmoudy/fix-dfltlibdomdeps
Fix default value for libdomdeps to empty list instead of false
This commit is contained in:
commit
1be9427e7e
@ -555,7 +555,7 @@ if conf_data.get('CONFIG_ECMASCRIPT_SMJS') or conf_data.get('CONFIG_QUICKJS') or
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
conf_data.set('CONFIG_LIBDOM', false)
|
conf_data.set('CONFIG_LIBDOM', false)
|
||||||
libdomdeps = false
|
libdomdeps = []
|
||||||
|
|
||||||
if conf_data.get('CONFIG_ECMASCRIPT_SMJS') or conf_data.get('CONFIG_QUICKJS') or conf_data.get('CONFIG_MUJS')
|
if conf_data.get('CONFIG_ECMASCRIPT_SMJS') or conf_data.get('CONFIG_QUICKJS') or conf_data.get('CONFIG_MUJS')
|
||||||
libdomdeps = dependency('libdom', static: st, version: '>=0.4.2', required: false)
|
libdomdeps = dependency('libdom', static: st, version: '>=0.4.2', required: false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user