From: Koen Kooi Date: Sat, 27 Mar 2010 11:17:07 +0000 (+0100) Subject: wgois: add missing dep and convert to new-style staging X-Git-Tag: Release-2010-05/1~227 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=839a8a6ded2a23109c2b2da20b29bedb18b825b2;p=openembedded.git wgois: add missing dep and convert to new-style staging --- diff --git a/recipes/ogre/wgois_1.2.0.bb b/recipes/ogre/wgois_1.2.0.bb index ff59a3bcae..8efed6092d 100644 --- a/recipes/ogre/wgois_1.2.0.bb +++ b/recipes/ogre/wgois_1.2.0.bb @@ -1,10 +1,10 @@ DESCRIPTION = "Object Oriented Input System (OIS) is meant to be a cross platform, simple solution for using all kinds of Input Devices." LICENSE = "zlib" -DEPENDS = "virtual/libx11" +DEPENDS = "virtual/libx11 libxaw" SRC_URI = "${SOURCEFORGE_MIRROR}/wgois/ois_${PV}.tar.gz" -inherit autotools_stage +inherit autotools S = "${WORKDIR}/ois"