ballfield: fix spelling mistake that prevents a build. s/vrtual/virtual/
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 27 Oct 2009 09:41:45 +0000 (10:41 +0100)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 27 Oct 2009 09:52:07 +0000 (10:52 +0100)
recipes/libsdl/ballfield_1.0.bb

index 9b44be5..9cb361a 100644 (file)
@@ -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"