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-05-05 03:26:08 +00:00
|
|
|
"url": "https://libsdl.org/release/SDL2-2.30.3.tar.gz",
|
|
|
|
"sha256": "820440072f8f5b50188c1dae104f2ad25984de268785be40c41a099a510f0aec"
|
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
|
|
|
]
|
|
|
|
}
|