diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-17 14:13:34 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-17 14:13:34 +0100 |
commit | fc41ee90f469fa7482d39f863a720e830259180a (patch) | |
tree | d570fbdfe6e5278a3beacfc6ab5b7e78606d7e90 /package/games/ace_of_penguins/Config.in | |
parent | 5ad362125949b5412938f96f7f433847674f8f60 (diff) | |
download | buildroot-novena-fc41ee90f469fa7482d39f863a720e830259180a.tar.gz buildroot-novena-fc41ee90f469fa7482d39f863a720e830259180a.zip |
package/games: remove ace_of_penguins
It has been marked as broken for close to 1 year (7452b4edfa1c), without
any effort to fix it, so remove it from the tree.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/games/ace_of_penguins/Config.in')
-rw-r--r-- | package/games/ace_of_penguins/Config.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/games/ace_of_penguins/Config.in b/package/games/ace_of_penguins/Config.in deleted file mode 100644 index b3015c643..000000000 --- a/package/games/ace_of_penguins/Config.in +++ /dev/null @@ -1,15 +0,0 @@ -config BR2_PACKAGE_ACE_OF_PENGUINS - bool "ace_of_penguins" - select BR2_PACKAGE_LIBPNG - depends on BR2_PACKAGE_XORG7 - depends on BR2_PACKAGE_XLIB_LIBXPM - # Build system is broken for tools that need to be compiled - # on the host - depends on BROKEN - help - The Ace of Penguins is a set of Unix/X solitaire games based - on the ones available for Windows but with a number of - enhancements. - - http://www.delorie.com/store/ace/ - |