From: chris@(none) Date: Sat, 26 Jun 2004 02:35:00 +0000 (+0000) Subject: Add missing depdency of libsdl-net to sdlperl X-Git-Tag: Release-2010-05/1~18524 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae59df73ab37db9386283d58dfc3ab567729496e;p=openembedded.git Add missing depdency of libsdl-net to sdlperl BKrev: 40dce0d4YX-wEHCkKlO2UIk3UzrreA --- diff --git a/sdlperl/sdl-perl_1.20.3.oe b/sdlperl/sdl-perl_1.20.3.oe index d4a72257a8..c5a7d8ab72 100644 --- a/sdlperl/sdl-perl_1.20.3.oe +++ b/sdlperl/sdl-perl_1.20.3.oe @@ -3,7 +3,7 @@ SRC_URI = "http://bloodgate.com/perl/sdl/pub/SDL_perl-${PV}.tar.gz \ file://Makefile.patch;patch=1;pnum=0" S = "${WORKDIR}/SDL_perl-${PV}" -DEPENDS = "perl virtual/libsdl libsdl-image libsdl-gfx libsdl-mixer mesa" +DEPENDS = "perl virtual/libsdl libsdl-image libsdl-gfx libsdl-mixer libsdl-net mesa" inherit cpan