summaryrefslogtreecommitdiffstats
path: root/package/games/magiccube4d/magiccube4d.mk
Commit message (Collapse)AuthorAgeFilesLines
* magiccube4d: needs C++ and X11 supportPeter Korsgaard2009-11-231-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-2/+0
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* games: Move all games into games subdirDaniel Laird2008-08-291-0/+16
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