diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-20 18:23:35 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-23 20:33:43 +0100 |
commit | 3422dc5efe3557f32ea9f71ec2e27c512288015b (patch) | |
tree | f2cbbefaad2f2100361e148957c5be26e66e0a4e /package/games/ace_of_penguins | |
parent | 988b4d8d1cce4187bb0600cebd31dcff7c726056 (diff) | |
download | buildroot-novena-3422dc5efe3557f32ea9f71ec2e27c512288015b.tar.gz buildroot-novena-3422dc5efe3557f32ea9f71ec2e27c512288015b.zip |
ace_of_penguins: add dependency on host-libpng
libpng is needed on the host to build the make-imglib utility, built
during the compilation of ace_of_penguins for the target.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/games/ace_of_penguins')
-rw-r--r-- | package/games/ace_of_penguins/ace_of_penguins.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/games/ace_of_penguins/ace_of_penguins.mk b/package/games/ace_of_penguins/ace_of_penguins.mk index fe3e20481..a106d1416 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 xlib_libXpm +ACE_OF_PENGUINS_DEPENDENCIES = libpng host-libpng xserver_xorg-server xlib_libXpm $(eval $(call AUTOTARGETS,package/games,ace_of_penguins)) |