mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
With latest GTK 4.6.4 the issues with opening popovers are finally fixed. Stop patching older version and just build the latest one.
34 lines
785 B
JSON
34 lines
785 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.4",
|
|
"commit": "1e6bad6c4f412dc0eb7b2f508cb4465929a04303"
|
|
}
|
|
]
|
|
}
|