Skip to content

meson: Fix unknown kw argument in gnome.generate_gir

Vignesh Raman requested to merge wip/vignesh/fix-build-option into apertis/v2023dev2

This argument has been removed in Meson 0.61.0:

gck/meson.build:130:2: ERROR: gnome.generate_gir got unknown keyword arguments "packages"

https://github.com/mesonbuild/meson/commit/f8fc5cb860465718fe7c79a1bf1fe00659f138de:

The packages argument to gnome.generate_gir was allowed, but never did anything, so stop passing it.

Fixes: https://gitlab.gnome.org/GNOME/gcr/-/issues/89

Fixes: https://phabricator.apertis.org/T8744

Merge request reports