mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 09:40:10 +00:00
ci: Stop using deprecated options
A small step towards being able to drop these eventually.
This commit is contained in:
parent
941b5c2aeb
commit
06f83847c6
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user