1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-07-02 15:48:59 +00:00

flatpak: Build introspection and API documentation

* We can enable it as gi-docgen reduces the build time in
  comparison with gtk-doc
* Set `main` as the branch as flatpak-builder may needed it
  when it looks for master and does not find it.
This commit is contained in:
Germán Poo-Caamaño 2022-03-01 20:56:46 -03:00
parent 77826887f0
commit d7bd22520d

View File

@ -209,14 +209,15 @@
"config-opts": [
"-Dnautilus=false",
"-Dthumbnailer=false",
"-Dgtk_doc=false",
"-Dintrospection=false",
"-Dgtk_doc=true",
"-Dintrospection=true",
"-Duser_doc=false",
"-Ddevelopment=true"
],
"sources": [
{
"type": "git",
"branch": "main",
"url": "https://gitlab.gnome.org/GNOME/evince.git"
}
]