doom-wad: enable kconfig entry for PrBoom package and fix whitespace damage
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Wed, 24 Sep 2008 13:11:02 +0000 (13:11 -0000)
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Wed, 24 Sep 2008 13:11:02 +0000 (13:11 -0000)
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@atmel.com>
package/games/doom-wad/Config.in

index 14d144d25542511b8a23a9f8aa1f984c33e1ee2b..2ca9ec1e79ff5ba1d24ddd674a6573bc22c8e0f8 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_DOOM_WAD
        bool "shareware Doom 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.
+         This will install the shareware wad data file for the doom game.
 
-          The wad file will be placed in the /usr/share/games/doom directory.
+         The wad file will be placed in the /usr/share/games/doom directory.