SDL2.json 527 B

12345678910111213141516171819202122
  1. {
  2. "name": "SDL2",
  3. "buildsystem": "autotools",
  4. "config-opts": ["--disable-static"],
  5. "sources": [
  6. {
  7. "type": "dir",
  8. "path": "../../Externals/SDL/SDL"
  9. }
  10. ],
  11. "cleanup": [ "/bin/sdl2-config",
  12. "/include",
  13. "/lib/libSDL2.la",
  14. "/lib/libSDL2main.a",
  15. "/lib/libSDL2main.la",
  16. "/lib/libSDL2_test.a",
  17. "/lib/libSDL2_test.la",
  18. "/lib/cmake",
  19. "/share/aclocal",
  20. "/lib/pkgconfig"]
  21. }