summaryrefslogtreecommitdiffstats
path: root/rules/scummvm.in
blob: 120b240b23e298b52b3935e8b2b181d5f760a178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## SECTION=staging
## old section:
### 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!