mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
Make sure CI can satisfy latest GTK4 dependency requirements by allowing it to download libs it needs as fallback projects
38 lines
886 B
JSON
38 lines
886 B
JSON
{
|
|
"name": "gtk",
|
|
"buildsystem": "meson",
|
|
"build-options": {
|
|
"build-args": [
|
|
"--share=network"
|
|
]
|
|
},
|
|
"config-opts": [
|
|
"--buildtype=release",
|
|
|
|
"-Dwin32-backend=false",
|
|
"-Dmacos-backend=false",
|
|
"-Dmedia-ffmpeg=disabled",
|
|
"-Dprint-cups=disabled",
|
|
"-Dintrospection=enabled",
|
|
"-Ddemos=false",
|
|
"-Dbuild-examples=false",
|
|
"-Dbuild-tests=false"
|
|
],
|
|
"cleanup": [
|
|
"/bin/gtk4-builder-tool",
|
|
"/bin/gtk4-encode-symbolic-svg"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.gnome.org/GNOME/gtk.git",
|
|
"tag": "4.6.2",
|
|
"commit": "aec7ca82007dbe07faee6be084d20758ebac2b91"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gtk4-popover-unrealize.patch"
|
|
}
|
|
]
|
|
}
|