Skip to content

Fix libhandy config option type

David Cordero requested to merge dcordero/calls:libhandy into master

This merge request fixes the following build error, due to glade_catalog option in libhandy being migrated from Boolean to Feature.

The Meson build system
Version: 0.49.0
Source dir: /run/build/libhandy
Build dir: /run/build/libhandy/_flatpak_build
Build type: native build

meson.build:1:0: ERROR:  Value "false" for combo option "glade_catalog" is not one of the choices. Possible choices are: "enabled", "disabled", "auto".

A full log can be found at /run/build/libhandy/_flatpak_build/meson-logs/meson-log.txt
Error: module libhandy: Child process exited with code 1

Merge request reports