diff mbox

[v4,3/3] doom-wad: add BR2_PACKAGE_CHOCOLATE_DOOM as alternate dependency

Message ID 1446839279-9021-3-git-send-email-rprebello@gmail.com
State Accepted
Headers show

Commit Message

Rodrigo Rebello Nov. 6, 2015, 7:47 p.m. UTC
The shareware WAD file is also supported by Chocolate Doom.

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

Comments

Thomas Petazzoni Dec. 23, 2015, 10:35 p.m. UTC | #1
Dear Rodrigo Rebello,

On Fri,  6 Nov 2015 17:47:59 -0200, Rodrigo Rebello wrote:
> The shareware WAD file is also supported by Chocolate Doom.
> 
> Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
> ---
>  package/doom-wad/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
diff mbox

Patch

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.