aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl/ballfield_1.0.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-10-27 10:41:45 +0100
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-10-27 10:52:07 +0100
commitdfa6b034ba29c9c5419f461c0646d7a86cf55dc5 (patch)
treeb6bd1662d34807e80c4f5b50fbce9e3995bc35e7 /recipes/libsdl/ballfield_1.0.bb
parentda37e9d04c20da55424f80349798d6c65e7c831f (diff)
downloadopenembedded-dfa6b034ba29c9c5419f461c0646d7a86cf55dc5.tar.gz
ballfield: fix spelling mistake that prevents a build. s/vrtual/virtual/
Diffstat (limited to 'recipes/libsdl/ballfield_1.0.bb')
-rw-r--r--recipes/libsdl/ballfield_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libsdl/ballfield_1.0.bb b/recipes/libsdl/ballfield_1.0.bb
index 9b44be5516..9cb361add2 100644
--- a/recipes/libsdl/ballfield_1.0.bb
+++ b/recipes/libsdl/ballfield_1.0.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "This is a cute little "3D" sprite demo using SDL and SDL_image."
-DEPENDS = "vrtual/libsdl libsdl-image"
+DEPENDS = "virtual/libsdl libsdl-image"
LICENSE = "GPLv2"
SRC_URI = "http://olofson.net/download/ballfield-${PV}.tar.gz"