diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-09-24 12:53:45 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-09-24 12:53:45 +0000 |
commit | 7108decafe79ff862837a1a7a8f447eed90eb28f (patch) | |
tree | 7c73b596d4dbe9e88dba8126c895ee2fb462ebab /package/games/lxdoom/Config.in | |
parent | e40448aa34be9a626a031e893d51177d761a5c57 (diff) | |
download | buildroot-novena-7108decafe79ff862837a1a7a8f447eed90eb28f.tar.gz buildroot-novena-7108decafe79ff862837a1a7a8f447eed90eb28f.zip |
doom-wad: split out and fix installation of Doom shareware wad file
This patch splits the installation of the shareware WAD file into a separate
package. The wad file will also be installed into /usr/share/games/doom
directory, since the client will search this directory when starting.
The Makefile rule has also been altered to use tools defined by Buildroot to
extract and install the wad file. The package is also multiple project safe
now.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'package/games/lxdoom/Config.in')
-rw-r--r-- | package/games/lxdoom/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/games/lxdoom/Config.in b/package/games/lxdoom/Config.in index 892e45c8f..a8fdde851 100644 --- a/package/games/lxdoom/Config.in +++ b/package/games/lxdoom/Config.in @@ -2,8 +2,3 @@ config BR2_PACKAGE_LXDOOM bool "lxdoom" help This is the linux version of the popular doom game. -config BR2_PACKAGE_LXDOOM_WAD - bool "lxdoom-wad" - depends on BR2_PACKAGE_LXDOOM - help - This is the shareware wad data files for the doom game. |