From 7108decafe79ff862837a1a7a8f447eed90eb28f Mon Sep 17 00:00:00 2001 From: Hans-Christian Egtvedt Date: Wed, 24 Sep 2008 12:53:45 +0000 Subject: 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 --- package/games/lxdoom/Config.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'package/games/lxdoom/Config.in') 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. -- cgit v1.2.3