git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae59df7
)
Add missing dependency of libsdl-ttf to sdlperl
author
chris@(none)
<chris@(none)>
Sat, 26 Jun 2004 02:37:41 +0000
(
02:37
+0000)
committer
chris@(none)
<chris@(none)>
Sat, 26 Jun 2004 02:37:41 +0000
(
02:37
+0000)
BKrev: 40dce17520al0MCEzSI5HIn5wR2uxg
sdlperl/sdl-perl_1.20.3.oe
patch
|
blob
|
history
diff --git
a/sdlperl/sdl-perl_1.20.3.oe
b/sdlperl/sdl-perl_1.20.3.oe
index
c5a7d8a
..
8cc607c
100644
(file)
--- 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 libsdl-net mesa"
+DEPENDS = "perl virtual/libsdl libsdl-image libsdl-gfx libsdl-
ttf libsdl-
mixer libsdl-net mesa"
inherit cpan