Skip to content

org.gnome.SoftwareDevel.json: fix "yaml0-1 not found" when building Software

Ghost User requested to merge (removed):fix-libyaml-dependency into main

When building, the meson log informs that yaml-0.1 couldn't be found, but in the .json file the dependency name is labeled as "libyaml".

This commit renames the dependency name to "yaml-0.1" in the .json file. It also adds the .git suffix to the end of the URL like the other dependencies.

Fixes #2035 (closed)

Merge request reports