diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:00:36 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:00:36 +0000 |
commit | a418f4a243f50c67efce3665ed5b5be755556bd0 (patch) | |
tree | 662a565a0153e18b052fa931064a926d71a55263 /package/ace_of_penguins/Config.in | |
parent | f2f36334e3b5720731eb2204c2fe63c1e782777d (diff) | |
download | buildroot-novena-a418f4a243f50c67efce3665ed5b5be755556bd0.tar.gz buildroot-novena-a418f4a243f50c67efce3665ed5b5be755556bd0.zip |
added ace of penguins games
Diffstat (limited to 'package/ace_of_penguins/Config.in')
-rw-r--r-- | package/ace_of_penguins/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/ace_of_penguins/Config.in b/package/ace_of_penguins/Config.in new file mode 100644 index 000000000..d90adfa52 --- /dev/null +++ b/package/ace_of_penguins/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_ACE_OF_PENGUINS + bool "ace_of_penguins" + select BR2_PACKAGE_LIBPNG + default n + depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7 + 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/ + |