mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
flatpak: Enable network access for CI GTK4 builds
Make sure CI can satisfy latest GTK4 dependency requirements by allowing it to download libs it needs as fallback projects
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "gtk",
|
"name": "gtk",
|
||||||
"buildsystem": "meson",
|
"buildsystem": "meson",
|
||||||
|
"build-options": {
|
||||||
|
"build-args": [
|
||||||
|
"--share=network"
|
||||||
|
]
|
||||||
|
},
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"--buildtype=release",
|
"--buildtype=release",
|
||||||
"--wrap-mode=nofallback",
|
|
||||||
|
|
||||||
"-Dwin32-backend=false",
|
"-Dwin32-backend=false",
|
||||||
"-Dmacos-backend=false",
|
"-Dmacos-backend=false",
|
||||||
|
Reference in New Issue
Block a user