Add missing dependency for libsdl-gfx
[vuplus_openembedded] / sdlperl / sdl-perl_1.20.3.oe
1 DESCRIPTION = "Perl bindings for SDL"
2 SRC_URI = "http://bloodgate.com/perl/sdl/pub/SDL_perl-${PV}.tar.gz \
3         file://Makefile.patch;patch=1;pnum=0"
4 S = "${WORKDIR}/SDL_perl-${PV}"
5
6 DEPENDS = "perl virtual/libsdl libsdl-image libsdl-gfx libsdl-mixer mesa"
7
8 inherit cpan
9