Skip to content

build: Fix build with meson >= 47.0

Pascal Nowack requested to merge pnowack/gnome-shell:fix-meson-gtk-doc into master

With meson >= 47.0, building gnome-shell will fail when --rebuild-types is used as an option for gtk-doc, so stop using that option and bump the meson requirement.

Change is based on: https://gitlab.freedesktop.org/libfprint/libfprint/commit/9843c2d7648158dfe7cd8966021078083481ee03
See also: https://github.com/mesonbuild/meson/issues/3892

I am actually not sure how to write a proper commit message.

Edited by Pascal Nowack

Merge request reports