[Buildroot] [PATCH 2/2] doom-wad: add BR2_PACKAGE_CHOCOLATE_DOOM as alternate dependency

Rodrigo Rebello rprebello at gmail.com
Sat Oct 24 03:10:32 UTC 2015


The shareware WAD file is also supported by Chocolate Doom. The option
'-gameversion 1.8' must be passed to chocolate-doom, though. Otherwise,
in-game demos will fail to play.

Signed-off-by: Rodrigo Rebello <rprebello at gmail.com>
---
 package/doom-wad/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/doom-wad/Config.in b/package/doom-wad/Config.in
index aa1d029..edd299b 100644
--- a/package/doom-wad/Config.in
+++ b/package/doom-wad/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_DOOM_WAD
 	bool "shareware Doom WAD file"
-	depends on BR2_PACKAGE_PRBOOM
+	depends on BR2_PACKAGE_CHOCOLATE_DOOM || BR2_PACKAGE_PRBOOM
 	help
 	  This will install the shareware wad data file for the doom game.
 
-- 
2.1.4



More information about the buildroot mailing list