make-release: Explicily enable introspection

This commit is contained in:
Matthias Clasen 2023-02-04 16:31:55 +01:00
parent b2071cdeb5
commit 907f878c9f

View File

@ -13,7 +13,7 @@ fi
meson subprojects update gi-docgen
# make the release tarball
meson setup -Dgtk_doc=true --force-fallback-for gi-docgen ${release_build_dir} || exit
meson setup -Dintrospection=enabled -Dgtk_doc=true --force-fallback-for gi-docgen ${release_build_dir} || exit
meson compile -C${release_build_dir} || exit
meson dist -C${release_build_dir} --include-subprojects || exit