Files
clapper/pkgs/flatpak/lib/gtk4.json
2020-12-14 11:19:12 +01:00

29 lines
742 B
JSON

{
"name": "gtk",
"buildsystem": "meson",
"config-opts": [
"--wrap-mode=nofallback",
"-Dbroadway-backend=true",
"-Dwin32-backend=false",
"-Dmacos-backend=false",
"-Dmedia-ffmpeg=disabled",
"-Dprint-cups=disabled",
"-Dprint-cloudprint=disabled",
"-Dintrospection=enabled",
"-Ddemos=false",
"-Dbuild-examples=false",
"-Dbuild-tests=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gtk.git",
"commit": "53cd499621b5f55df658725fb4f83d365a1319ad"
},
{
"type": "patch",
"path": "gtk4-popover-unrealize.patch"
}
]
}