summaryrefslogtreecommitdiffstats
path: root/rules/sdl2-test.in
blob: 8ed30565c39dc2260e339d3f266f45fe08fdb286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=multimedia_sdl

config SDL2_TEST
	tristate
	prompt "SDL2 test"
	select SDL2
	select SDL2_VIDEO
	select SDL2_OPENGLES2
	select SDL2_TTF
	help
	  Simple DirectMedia Layer is a cross-platform multimedia
	  library designed to provide low level access to audio,
	  keyboard, mouse, joystick, 3D hardware via OpenGL, and
	  2D video framebuffer.