Flatpak: Upgrade kde runtime to 6.8

this version bundles SDL2-2.30.6, the temporary measure of building the
vendored version from exports is no longer necessary.
This commit is contained in:
Carles Pastor
2024-10-31 21:04:55 +01:00
parent deee3ee410
commit fe96bf4108
2 changed files with 1 additions and 26 deletions

View File

@ -1,22 +0,0 @@
{
"name": "SDL2",
"buildsystem": "autotools",
"config-opts": ["--disable-static"],
"sources": [
{
"type": "dir",
"path": "../../Externals/SDL/SDL"
}
],
"cleanup": [ "/bin/sdl2-config",
"/include",
"/lib/libSDL2.la",
"/lib/libSDL2main.a",
"/lib/libSDL2main.la",
"/lib/libSDL2_test.a",
"/lib/libSDL2_test.la",
"/lib/cmake",
"/share/aclocal",
"/lib/pkgconfig"]
}