aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libstroke/libstroke-0.5.1/configure.in.patch
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2008-08-01 19:53:18 +0000
committerPhil Blundell <philb@gnu.org>2008-08-01 19:53:18 +0000
commit46ce2bde311b159bcd01fa3bbf48c0e34d95fa22 (patch)
treef54f3b2f1e6c4f9ac49e117f5abd48bcdc063e3b /packages/libstroke/libstroke-0.5.1/configure.in.patch
parent6402bd6cbaded4993ddac180f53ff9c5eac7309e (diff)
downloadopenembedded-46ce2bde311b159bcd01fa3bbf48c0e34d95fa22.tar.gz
libstroke: new, patch from jay4mail@gmail.com
Diffstat (limited to 'packages/libstroke/libstroke-0.5.1/configure.in.patch')
-rw-r--r--packages/libstroke/libstroke-0.5.1/configure.in.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/libstroke/libstroke-0.5.1/configure.in.patch b/packages/libstroke/libstroke-0.5.1/configure.in.patch
new file mode 100644
index 0000000000..d0ed97b88e
--- /dev/null
+++ b/packages/libstroke/libstroke-0.5.1/configure.in.patch
@@ -0,0 +1,24 @@
+--- libstroke-0.5.1/configure.in.orig 2008-06-11 12:54:29.000000000 +0400
++++ libstroke-0.5.1/configure.in 2008-06-11 12:54:35.000000000 +0400
+@@ -83,14 +83,14 @@
+
+ dnl check for GTK
+ dnl we won't build libgstroke if it's not found
+-AC_MSG_CHECKING(gtk+ library)
+-AM_PATH_GTK(1.2.7, HAVE_LIBGTK=yes
+- AC_DEFINE(HAVE_LIBGTK, 1, [Define if libgtk is available]),
+- AC_MSG_WARN(
+-***** NOTE: The GNOME stroke support won't be built
+-)
++dnl AC_MSG_CHECKING(gtk+ library)
++dnl AM_PATH_GTK(1.2.7, HAVE_LIBGTK=yes
++dnl AC_DEFINE(HAVE_LIBGTK, 1, [Define if libgtk is available]),
++dnl AC_MSG_WARN(
++dnl ***** NOTE: The GNOME stroke support won't be built
++dnl )
+ HAVE_LIBGTK=no,
+-)
++dnl )
+ AM_CONDITIONAL(HAVE_LIBGTK, test "x$HAVE_LIBGTK" = "xyes")
+
+