diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-27 12:17:07 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-27 15:33:38 +0100 |
commit | 839a8a6ded2a23109c2b2da20b29bedb18b825b2 (patch) | |
tree | 0a6965b682d92bd726fa8be3e251c6b4555b4d1a /recipes/ogre | |
parent | 8ac4a2f3985212952f0afdf53d6a7a19bed412c8 (diff) |
wgois: add missing dep and convert to new-style staging
Diffstat (limited to 'recipes/ogre')
-rw-r--r-- | recipes/ogre/wgois_1.2.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" |