Add all missing deps for building flatpak

With this flatpak is now possible to build and working
This commit is contained in:
Rafostar
2020-10-29 18:58:02 +01:00
parent 9d9759991b
commit f0a54f97e1
34 changed files with 1250 additions and 122 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "gtk",
"buildsystem": "meson",
"config-opts": [
"--wrap-mode=nofallback",
"-Dwin32-backend=false",
"-Dmacos-backend=false",
"-Dprint=none",
"-Dintrospection=true",
"-Ddemos=false",
"-Dbuild-examples=false",
"-Dbuild-tests=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gtk.git",
"tag": "3.99.2",
"commit": "218b905a88c044cc43349c7c1d44127c606d964d"
}
]
}