2023-09-02 06:54:51 +00:00
|
|
|
{
|
|
|
|
"name": "sdl2",
|
2024-04-04 07:04:52 +00:00
|
|
|
"buildsystem": "cmake-ninja",
|
|
|
|
"builddir": true,
|
2024-04-05 12:39:39 +00:00
|
|
|
"config-opts": [
|
|
|
|
"-DBUILD_SHARED_LIBS=ON",
|
|
|
|
"-DSDL_SHARED=ON",
|
|
|
|
"-DSDL_STATIC=OFF",
|
|
|
|
"-DSDL_TESTS=OFF"
|
|
|
|
],
|
2023-09-02 06:54:51 +00:00
|
|
|
"build-options": {
|
|
|
|
"strip": true
|
|
|
|
},
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "archive",
|
2024-08-02 11:45:03 +00:00
|
|
|
"url": "https://github.com/libsdl-org/SDL/releases/download/release-2.30.6/SDL2-2.30.6.tar.gz",
|
|
|
|
"sha256": "c6ef64ca18a19d13df6eb22df9aff19fb0db65610a74cc81dae33a82235cacd4"
|
2023-09-02 06:54:51 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"cleanup": [
|
|
|
|
"/bin",
|
|
|
|
"/include",
|
|
|
|
"/lib/*.a",
|
|
|
|
"/lib/*.la",
|
|
|
|
"/lib/cmake",
|
2024-04-12 12:46:48 +00:00
|
|
|
"/lib/pkgconfig",
|
|
|
|
"/share/aclocal"
|
2023-09-02 06:54:51 +00:00
|
|
|
]
|
|
|
|
}
|