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.
}
]
},
+ {
+ "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",
}
]
},
+ {
+ "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",
}
]
},
+ {
+ "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",