mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
This is a temporary workaround I came up with for app performance drop on Wayland after any popover is opened. We are waiting for a proper fix from GTK4 devs. Until then, this is still much better that nothing.
27 lines
676 B
JSON
27 lines
676 B
JSON
{
|
|
"name": "gtk",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"--wrap-mode=nofallback",
|
|
"-Dwin32-backend=false",
|
|
"-Dmacos-backend=false",
|
|
"-Dmedia-ffmpeg=disabled",
|
|
"-Dprint-cups=disabled",
|
|
"-Dprint-cloudprint=disabled",
|
|
"-Dintrospection=enabled",
|
|
"-Ddemos=false",
|
|
"-Dbuild-examples=false"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.gnome.org/GNOME/gtk.git",
|
|
"commit": "53cd499621b5f55df658725fb4f83d365a1319ad"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gtk4-popover-unrealize.patch"
|
|
}
|
|
]
|
|
}
|