[oe-commits] Philip Balister : qwo : Add new recipe for qwo.

GIT User account git at amethyst.openembedded.net
Sun Mar 22 14:14:18 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3ec6fa5f0b312f7d1be9e0a8d7f587591834d5e5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3ec6fa5f0b312f7d1be9e0a8d7f587591834d5e5

Author: Philip Balister <philip at balister.org>
Date:   Sun Mar 22 09:57:20 2009 -0400

qwo : Add new recipe for qwo.
      * qwo is an input method for text on hand-held devices.

---

 recipes/qwo/qwo-0.4/check_lib.patch |   20 ++++++++++++++++++++
 recipes/qwo/qwo_0.4.bb              |   16 ++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/recipes/qwo/qwo-0.4/check_lib.patch b/recipes/qwo/qwo-0.4/check_lib.patch
new file mode 100644
index 0000000..c22ec20
--- /dev/null
+++ b/recipes/qwo/qwo-0.4/check_lib.patch
@@ -0,0 +1,20 @@
+diff --git a/configure.ac b/configure.ac
+index 8a66f96..61063a9 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -19,15 +19,7 @@ AC_CHECK_LIB(config, config_read)
+ 
+ dnl Check for imlib2 library
+ 
+-AC_PATH_PROG(IMLIB2_CONFIG, imlib2-config, no)
+-
+-if test "$IMLIB2_CONFIG" = "no" ; then
+-    AC_MSG_ERROR([
+-*** Unable to find Imlib2 library.])
+-else
+-    CFLAGS="$CFLAGS `$IMLIB2_CONFIG --cflags`"
+-    LIBS="$LIBS `$IMLIB2_CONFIG --libs`"
+-fi
++AC_CHECK_LIB(Imlib2, imlib_create_image)
+ 
+ dnl Check for help2man
diff --git a/recipes/qwo/qwo_0.4.bb b/recipes/qwo/qwo_0.4.bb
new file mode 100644
index 0000000..03ce7d6
--- /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





More information about the Openembedded-commits mailing list