forked from AuroraMiddleware/gtk
make-release: Explicily enable introspection
This commit is contained in:
parent
b2071cdeb5
commit
907f878c9f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user