ci: Stop using deprecated options

A small step towards being able to drop these eventually.
This commit is contained in:
Matthias Clasen 2024-04-20 13:40:22 -04:00
parent 941b5c2aeb
commit 06f83847c6
2 changed files with 1 additions and 2 deletions

View File

@ -445,7 +445,6 @@ reference:
--force-fallback-for=gdk-pixbuf,pango
-Dintrospection=enabled
-Ddocumentation=true
-Dgtk_doc=true
-Dgdk-pixbuf:gtk_doc=true
-Dpango:gtk_doc=true
-Dbuild-demos=false

View File

@ -16,7 +16,7 @@ fi
meson subprojects update gi-docgen
# make the release tarball
meson setup -Dintrospection=enabled -Dgtk_doc=true --force-fallback-for gi-docgen ${release_build_dir} || exit
meson setup -Dintrospection=enabled -Ddocumentation=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