artoolkit: fix typo in DEPENDS
authorKoen Kooi <koen@openembedded.org>
Wed, 3 Dec 2008 11:40:00 +0000 (12:40 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 3 Dec 2008 11:40:00 +0000 (12:40 +0100)
packages/opencv/artoolkit_2.72.1.bb

index 7a9940f..a729755 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "ARToolKit is a software library that allows for the creation of augmented reality applications. "
 LICENSE = "GPL/ARToolkit"
 
-DEPENDS = "gstreamer vrtual/libx11 freeglut mesa"
+DEPENDS = "gstreamer virtual/libx11 freeglut mesa"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/artoolkit/ARToolKit-${PV}.tgz \
            file://configure.diff;patch=1 \