Add missing dependency for libsdl-gfx
authorchris@(none) <chris@(none)>
Sat, 26 Jun 2004 02:31:57 +0000 (02:31 +0000)
committerchris@(none) <chris@(none)>
Sat, 26 Jun 2004 02:31:57 +0000 (02:31 +0000)
BKrev: 40dce01dQpuNbVzqr27yE0dnNGBnPg

sdlperl/sdl-perl_1.20.3.oe

index e69de29..d4a7225 100644 (file)
@@ -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
+