aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ogre/wgois_1.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ogre/wgois_1.2.0.bb')
-rw-r--r--recipes/ogre/wgois_1.2.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/ogre/wgois_1.2.0.bb b/recipes/ogre/wgois_1.2.0.bb
new file mode 100644
index 0000000000..ff59a3bcae
--- /dev/null
+++ b/recipes/ogre/wgois_1.2.0.bb
@@ -0,0 +1,15 @@
+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"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/wgois/ois_${PV}.tar.gz"
+
+inherit autotools_stage
+
+S = "${WORKDIR}/ois"
+
+FILES_${PN} += "${libdir}/libOIS-1*.so"
+
+
+
+