kumquat-buildroot/package/games/lxdoom/Config.in
Thomas Petazzoni 6beeb755fa xorg: use BR2_PACKAGE_XORG instead of BR2_PACKAGE_XSERVER_none
The BR2_PACKAGE_XSERVER_none option has gone, so use BR2_PACKAGE_XORG7
instead. It is more logical to test if BR2_PACKAGE_XORG7 is set to
know if an X.org server is available, than testing if
BR2_PACKAGE_XSERVER_none is set to know if an X.org server is *not*
available.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-24 23:26:47 +02:00

6 lines
132 B
Plaintext

config BR2_PACKAGE_LXDOOM
bool "lxdoom"
depends on BR2_PACKAGE_XORG7
help
This is the linux version of the popular doom game.