mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-01 09:05:03 +00:00
23 lines
528 B
JSON
23 lines
528 B
JSON
|
{
|
||
|
"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"]
|
||
|
}
|
||
|
|