mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-30 02:38:39 +02:00
31 lines
584 B
JSON
31 lines
584 B
JSON
{
|
|
"name": "sdl3",
|
|
"buildsystem": "cmake-ninja",
|
|
"builddir": true,
|
|
"config-opts": [
|
|
"-DBUILD_SHARED_LIBS=ON",
|
|
"-DSDL_SHARED=ON",
|
|
"-DSDL_STATIC=OFF",
|
|
"-DSDL_TESTS=OFF"
|
|
],
|
|
"build-options": {
|
|
"strip": true
|
|
},
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://libsdl.org/release/SDL3-3.2.24.tar.gz",
|
|
"sha256": "81cc0fc17e5bf2c1754eeca9af9c47a76789ac5efdd165b3b91cbbe4b90bfb76"
|
|
}
|
|
],
|
|
"cleanup": [
|
|
"/bin",
|
|
"/include",
|
|
"/lib/*.a",
|
|
"/lib/*.la",
|
|
"/lib/cmake",
|
|
"/lib/pkgconfig",
|
|
"/share/aclocal"
|
|
]
|
|
}
|