aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qwo/qwo_0.4.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2009-03-22 09:57:20 -0400
committerPhilip Balister <philip@balister.org>2009-03-22 10:02:29 -0400
commit3ec6fa5f0b312f7d1be9e0a8d7f587591834d5e5 (patch)
tree1f0874fb74341da541e7f16f7c743a2612d3b71f /recipes/qwo/qwo_0.4.bb
parent9429a8e008563531656b6bdd9be7ec365cd18b1b (diff)
downloadopenembedded-3ec6fa5f0b312f7d1be9e0a8d7f587591834d5e5.tar.gz
qwo : Add new recipe for qwo.
* qwo is an input method for text on hand-held devices.
Diffstat (limited to 'recipes/qwo/qwo_0.4.bb')
-rw-r--r--recipes/qwo/qwo_0.4.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/qwo/qwo_0.4.bb b/recipes/qwo/qwo_0.4.bb
new file mode 100644
index 0000000000..03ce7d6a88
--- /dev/null
+++ b/recipes/qwo/qwo_0.4.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "qwo virtual keyboard"
+AUTHOR = "Charles Clement"
+HOMEPAGE = "http://www.nongnu.org/qwo/"
+SECTION = "x11"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+DEPENDS = "libxtst libxext virtual/imlib2 libconfig"
+RDEPENDS += "imlib2-loaders"
+PV = "0.4"
+PR = "r0"
+
+SRC_URI = "http://download.savannah.nongnu.org/releases/qwo/qwo-${PV}.tar.gz \
+ file://check_lib.patch;patch=1 \
+ "
+
+inherit autotools