diff options
author | Philip Balister <philip@balister.org> | 2009-03-22 09:57:20 -0400 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-03-22 10:02:29 -0400 |
commit | 3ec6fa5f0b312f7d1be9e0a8d7f587591834d5e5 (patch) | |
tree | 1f0874fb74341da541e7f16f7c743a2612d3b71f /recipes/qwo/qwo-0.4 | |
parent | 9429a8e008563531656b6bdd9be7ec365cd18b1b (diff) |
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')
-rw-r--r-- | recipes/qwo/qwo-0.4/check_lib.patch | 20 |
1 files changed, 20 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 0000000000..c22ec20312 --- /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 |