flatpak: Fix gmime build

Apparently it does a explicit version check for automake, but in such a
way that it needs to be patched on new automake versions. Patch this out
while we await the PR upstream to be merged into master.

See: https://github.com/jstedfast/gmime/pull/180
This commit is contained in:
Niels De Graef 2025-11-24 00:44:03 +01:00 committed by Niels De Graef
parent de42107661
commit 2572bef6dd
2 changed files with 31 additions and 0 deletions

View file

@ -211,6 +211,12 @@
"type": "git",
"url": "https://github.com/jstedfast/gmime.git",
"branch": "master"
},
{
"type": "patch",
"paths": [
"build-aux/patches/gmime-autogen.sh-Also-allow-automake-1.18.patch"
]
}
]
},