summaryrefslogtreecommitdiffstats
path: root/rules/sdl2-test.in
blob: db7c7cd6913f6cc3385ddb9cd5f494b19a5de991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## 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.

if SDL2_TEST

config SDL2_TEST_XORG
	bool
	default SDL2_XORG

endif