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

[meson] fsp/fsp2 conflict

This commit is contained in:
Witold Filipczyk 2023-11-21 15:34:17 +01:00
parent 102b454e25
commit b2b7b123ec

View File

@ -136,6 +136,10 @@ if conf_data.get('CONFIG_LIBEV') and conf_data.get('CONFIG_LIBEVENT')
error('libev and libevent cannot be both enabled')
endif
if conf_data.get('CONFIG_FSP') and conf_data.get('CONFIG_FSP2')
error('fsp and fsp2 cannot be both enabled')
endif
conf_data.set('CONFIG_ECMASCRIPT_SMJS_HEARTBEAT', true)
conf_data.set('CONFIG_SCRIPTING', true)