summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gtk.Demo4.json
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-09 15:25:48 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-11-09 15:25:48 -0500
commit98d14b465511b9087a474fc0858e991b4a902ce3 (patch)
treee3028fcb4ee7d0976a9054f4fd68b47341edac1e /build-aux/flatpak/org.gtk.Demo4.json
parent96f7e598329cfa293fb2d9549e9a539607348410 (diff)
downloadgtk+-98d14b465511b9087a474fc0858e991b4a902ce3.tar.gz
flatpak: Add pango to manifest
We have a tight coupling with pango, whenever new pango API appears, our build usually breaks. So just make our flatpak manifests build pango from git.
Diffstat (limited to 'build-aux/flatpak/org.gtk.Demo4.json')
-rw-r--r--build-aux/flatpak/org.gtk.Demo4.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json
index e009182e63..38d9a641c4 100644
--- a/build-aux/flatpak/org.gtk.Demo4.json
+++ b/build-aux/flatpak/org.gtk.Demo4.json
@@ -165,6 +165,21 @@
]
},
{
+ "name" : "pango",
+ "buildsystem" : "meson",
+ "builddir" : true,
+ "config-opts" : [
+ "--libdir=/app/lib"
+ ],
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/pango.git",
+ "branch" : "main"
+ }
+ ]
+ },
+ {
"name" : "gtk",
"buildsystem" : "meson",
"builddir" : true,