diff options
author | Daniel Laird <danieljlaird@hotmail.com> | 2008-08-29 13:27:37 +0000 |
---|---|---|
committer | Daniel Laird <danieljlaird@hotmail.com> | 2008-08-29 13:27:37 +0000 |
commit | 1b5c1e7bdbdf496078a8556c2906919432f60d52 (patch) | |
tree | 0eb0f404efb85594de1dfb4e3d31856d04808faf /package/Config.in | |
parent | 022b95d6ef7b303f6fbd48c220001674eec4717a (diff) | |
download | buildroot-novena-1b5c1e7bdbdf496078a8556c2906919432f60d52.tar.gz buildroot-novena-1b5c1e7bdbdf496078a8556c2906919432f60d52.zip |
games: Move all games into games subdir
Moved all games into a subdir called games and
then updated makefiles as necessary.
If not one objects to this one then I will
probably do the same for audio next.
Daniel Laird
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/package/Config.in b/package/Config.in index 72fd03d3d..cccd455a2 100644 --- a/package/Config.in +++ b/package/Config.in @@ -485,20 +485,7 @@ endif # java support source "package/java/Config.in" -menuconfig BR2_GAMES - bool "Games" - default y - help - Support for games - -if BR2_GAMES -source "package/lxdoom/Config.in" -source "package/ace_of_penguins/Config.in" -source "package/gnuchess/Config.in" -source "package/xboard/Config.in" -source "package/rubix/Config.in" -source "package/magiccube4d/Config.in" -source "package/vice/Config.in" -endif +# various games packages +source "package/games/Config.in" endmenu |