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:
parent
e08e3a8c0c
commit
b1e53e5e7d
1 changed files with 11 additions and 0 deletions
|
|
@ -45,6 +45,17 @@
|
||||||
"*.a"
|
"*.a"
|
||||||
],
|
],
|
||||||
"modules": [
|
"modules": [
|
||||||
|
{
|
||||||
|
"name" : "libproxy",
|
||||||
|
"buildsystem" : "meson",
|
||||||
|
"sources" : [
|
||||||
|
{
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/libproxy/libproxy.git",
|
||||||
|
"branch" : "main"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "gnome-online-accounts",
|
"name": "gnome-online-accounts",
|
||||||
"buildsystem": "meson",
|
"buildsystem": "meson",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue