[Buildroot] [git commit] doom-wad: add BR2_PACKAGE_CHOCOLATE_DOOM as alternate dependency

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Dec 23 22:32:39 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=bc20c1578401e0c619cf0c334d35d97c83500baa
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The shareware WAD file is also supported by Chocolate Doom.

Signed-off-by: Rodrigo Rebello <rprebello at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.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.
 



More information about the buildroot mailing list