[Buildroot] [PATCH v2 4/5] lxdoom-wad: enable kconfig entry for PrBoom package

Hans-Christian Egtvedt hans-christian.egtvedt at atmel.com
Tue Jul 29 06:46:47 UTC 2008


This patch will let the user install the Doom shareware wad file if PrBoom is
selected.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt at atmel.com>
---
 package/lxdoom/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/lxdoom/Config.in b/package/lxdoom/Config.in
index 087183d..5970e18 100644
--- a/package/lxdoom/Config.in
+++ b/package/lxdoom/Config.in
@@ -4,7 +4,7 @@ config BR2_PACKAGE_LXDOOM
 	  This is the linux version of the popular doom game.
 config BR2_PACKAGE_LXDOOM_WAD
 	bool "doom shareware wad file"
-	depends on BR2_PACKAGE_LXDOOM
+	depends on BR2_PACKAGE_LXDOOM || BR2_PACKAGE_PRBOOM
 	help
 	  This will install the shareware wad data file for the doom game.
 
-- 
1.5.4.3




More information about the buildroot mailing list