flatpak: Patch libproxy

The latest main branch contains a fix that demotes a warning to a debug
message, which solves some of our tests failing.
This commit is contained in:
Niels De Graef 2025-11-25 18:03:36 +01:00 committed by Niels De Graef
parent e08e3a8c0c
commit b1e53e5e7d

View file

@ -45,6 +45,17 @@
"*.a"
],
"modules": [
{
"name" : "libproxy",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/libproxy/libproxy.git",
"branch" : "main"
}
]
},
{
"name": "gnome-online-accounts",
"buildsystem": "meson",