mirror of https://github.com/PCSX2/pcsx2.git
CI/Flatpak: libaio is no longer needed
This commit is contained in:
parent
ff7995f0d6
commit
2e882dfabc
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"name": "libaio",
|
|
||||||
"no-autogen": true,
|
|
||||||
"make-install-args": [
|
|
||||||
"prefix=/app"
|
|
||||||
],
|
|
||||||
"build-options": {
|
|
||||||
"strip": true
|
|
||||||
},
|
|
||||||
"sources": [
|
|
||||||
{
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://pagure.io/libaio.git",
|
|
||||||
"tag": "libaio-0.3.113",
|
|
||||||
"commit": "1b18bfafc6a2f7b9fa2c6be77a95afed8b7be448"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"cleanup": [
|
|
||||||
"/include",
|
|
||||||
"/lib/*.a",
|
|
||||||
"/lib/*.la"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
],
|
],
|
||||||
"modules": [
|
"modules": [
|
||||||
"modules/10-libpcap.json",
|
"modules/10-libpcap.json",
|
||||||
"modules/11-libaio.json",
|
|
||||||
"modules/20-sdl2.json",
|
"modules/20-sdl2.json",
|
||||||
"modules/21-libbacktrace.json",
|
"modules/21-libbacktrace.json",
|
||||||
"modules/22-shaderc.json",
|
"modules/22-shaderc.json",
|
||||||
|
|
Loading…
Reference in New Issue