diff options
author | chris@(none) <chris@(none)> | 2004-06-26 02:35:00 +0000 |
---|---|---|
committer | chris@(none) <chris@(none)> | 2004-06-26 02:35:00 +0000 |
commit | ae59df73ab37db9386283d58dfc3ab567729496e (patch) | |
tree | 25a602c5a0e417afe12d1498c55877dd3c7c2497 | |
parent | 1e2866f23e8ddcac1bff45ee4cc19e651616e884 (diff) |
Add missing depdency of libsdl-net to sdlperl
BKrev: 40dce0d4YX-wEHCkKlO2UIk3UzrreA
-rw-r--r-- | sdlperl/sdl-perl_1.20.3.oe | 2 |
1 files changed, 1 insertions, 1 deletions
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 |