mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
29 lines
742 B
JSON
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": "5710df685b0af9b7dd306dfba6c7e174e428950e"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gtk4-popover-unrealize.patch"
|
|
}
|
|
]
|
|
}
|