3df93063da
ace_of_penguins fails to build when xlib_libXpm is not selected. Add it has a dependency. However, contrary to normal dependencies to libraries (where we use 'select') we use 'depends on' here, otherwise the X.org server will be get selected automatically without the user noticing. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
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
|
|
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/
|
|
|