blob: fbbc900027353f38ecac0f9c8b9daf79a6fa457e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_LXDOOM
bool "lxdoom"
default n
help
This is the linux version of the popular doom game.
config BR2_PACKAGE_LXDOOM_WAD
bool "lxdoom-wad"
default n
depends on BR2_PACKAGE_LXDOOM
help
This is the shareware wad data files for the doom game.
|