From 3df93063da925eb9787be0a98ce88d079173f762 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 14 Feb 2010 14:20:45 +0100 Subject: Add libxpm as a dependency of ace_of_penguins 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 --- package/games/ace_of_penguins/ace_of_penguins.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/games/ace_of_penguins/ace_of_penguins.mk') diff --git a/package/games/ace_of_penguins/ace_of_penguins.mk b/package/games/ace_of_penguins/ace_of_penguins.mk index 65a2667af..fe3e20481 100644 --- a/package/games/ace_of_penguins/ace_of_penguins.mk +++ b/package/games/ace_of_penguins/ace_of_penguins.mk @@ -10,6 +10,6 @@ ACE_OF_PENGUINS_AUTORECONF = YES ACE_OF_PENGUINS_STAGING = NO ACE_OF_PENGUINS_TARGET = YES -ACE_OF_PENGUINS_DEPENDENCIES = libpng xserver_xorg-server +ACE_OF_PENGUINS_DEPENDENCIES = libpng xserver_xorg-server xlib_libXpm $(eval $(call AUTOTARGETS,package/games,ace_of_penguins)) -- cgit v1.2.3