build: do not allow to compile f0rmz and unl0kr without graphical backends

This commit is contained in:
Vladimir Stoiakin 2025-09-27 23:23:41 +03:00
parent 32b26b8e34
commit 742bb6af1c
4 changed files with 15 additions and 21 deletions

View file

@ -139,7 +139,7 @@ static int parsing_handler(void* user_data, const char* section, const char* key
void ul_config_init_opts(ul_config_opts *opts) {
opts->general.animations = false;
opts->general.backend = bbx_backends_backends[0] == NULL ? BBX_BACKENDS_BACKEND_NONE : 0;
opts->general.backend = 0;
opts->general.timeout = 0;
opts->keyboard.autohide = true;
opts->keyboard.layout_id = SQ2LV_LAYOUT_US;