summaryrefslogtreecommitdiffstats
path: root/rules/scummvm.in
blob: ec9c0789f7eb3f7be749fa9889a9983ff5808e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=games
config SCUMMVM
	tristate
	prompt "scummvm"
	select ALSA_LIB
	select CROSS_NASM
	select GCCLIBS_CXX
	select LIBC_M
	select LIBC_PTHREAD
	select LIBMAD
	select SDL
	select SDL_JOYSTICK
	select ZLIB
	help
	  ScummVM is a program which allows you to run certain classic
	  graphical point-and-click adventure games, provided you already have
	  their data files. The clever part about this: ScummVM just replaces
	  the executables shipped with the games, allowing you to play them on
	  systems for which they were never designed!