diff options
author | chris@(none) <chris@(none)> | 2004-06-26 02:31:57 +0000 |
---|---|---|
committer | chris@(none) <chris@(none)> | 2004-06-26 02:31:57 +0000 |
commit | 1e2866f23e8ddcac1bff45ee4cc19e651616e884 (patch) | |
tree | c9507c34729857c01690fb4592ee550609e62594 /sdlperl/sdl-perl_1.20.3.oe | |
parent | 5e726071e963e03db9f6c4cd65d90d28bda7d01f (diff) |
Add missing dependency for libsdl-gfx
BKrev: 40dce01dQpuNbVzqr27yE0dnNGBnPg
Diffstat (limited to 'sdlperl/sdl-perl_1.20.3.oe')
-rw-r--r-- | sdlperl/sdl-perl_1.20.3.oe | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sdlperl/sdl-perl_1.20.3.oe b/sdlperl/sdl-perl_1.20.3.oe index e69de29bb2..d4a72257a8 100644 --- a/sdlperl/sdl-perl_1.20.3.oe +++ b/sdlperl/sdl-perl_1.20.3.oe @@ -0,0 +1,9 @@ +DESCRIPTION = "Perl bindings for SDL" +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" + +inherit cpan + |