flatpak: Stop bundling libproxy

The fixes we need are now part of the nightly GNOME runtime, so we no
longer need to bundle the latest mainline.

Fixes: https://gitlab.gnome.org/GNOME/geary/-/work_items/1693
This commit is contained in:
Niels De Graef 2025-12-06 00:32:14 +01:00
parent 49f862a488
commit f8f1e228e0

View file

@ -60,17 +60,6 @@
} }
] ]
}, },
{
"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",