1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[meson] libev/libevent conflict

This commit is contained in:
Witold Filipczyk 2023-11-21 15:31:22 +01:00
parent f90d7063ab
commit 102b454e25

View File

@ -132,6 +132,10 @@ if conf_data.get('CONFIG_QUICKJS') and conf_data.get('CONFIG_MUJS')
error('mujs and quickjs cannot be both enabled')
endif
if conf_data.get('CONFIG_LIBEV') and conf_data.get('CONFIG_LIBEVENT')
error('libev and libevent cannot be both enabled')
endif
conf_data.set('CONFIG_ECMASCRIPT_SMJS_HEARTBEAT', true)
conf_data.set('CONFIG_SCRIPTING', true)