Blame view

buildroot/buildroot-2016.08.1/package/prboom/Config.in 452 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
  config BR2_PACKAGE_PRBOOM
  	bool "prboom"
  	# These result in internal compiler error
  	depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
  	select BR2_PACKAGE_SDL
  	select BR2_PACKAGE_SDL_MIXER
  	select BR2_PACKAGE_SDL_NET
  	help
  	  PrBoom is a Doom client which allows you to play the good old game on
  	  newer hardware. It even supports higher resolution and better
  	  rendering, while still keeping the old style alive.
  
  	  http://prboom.sourceforge.net/