summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/gnome_install_script.md
AgeCommit message (Collapse)Author
2021-02-14Set up release 0.57.Jussi Pakkanen
2021-02-05gnome: Add post_install() methodXavier Claessens
Various GNOME projects have scripts that does similar task, better do it directly in meson. This ensures it's done correctly regarding usage of subprojects and pkg-config. See for example this gtk bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/3626. Fixes: #8268