summaryrefslogtreecommitdiffstats
path: root/meta-gnome/packages/gnome/libgnomeui/no-pixbuf-csource.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/packages/gnome/libgnomeui/no-pixbuf-csource.patch')
-rw-r--r--meta-gnome/packages/gnome/libgnomeui/no-pixbuf-csource.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-gnome/packages/gnome/libgnomeui/no-pixbuf-csource.patch b/meta-gnome/packages/gnome/libgnomeui/no-pixbuf-csource.patch
new file mode 100644
index 0000000000..e0765bae18
--- /dev/null
+++ b/meta-gnome/packages/gnome/libgnomeui/no-pixbuf-csource.patch
@@ -0,0 +1,11 @@
1--- libgnomeui-2.6.1.1/configure.in.old 2004-08-04 00:28:43.582266664 +0100
2+++ libgnomeui-2.6.1.1/configure.in 2004-08-04 00:29:27.496590672 +0100
3@@ -235,7 +235,7 @@
4
5 dnl This is installed from GTK+ 2.0's gdk-pixbuf
6 AC_PATH_PROG(GDK_PIXBUF_CSOURCE, gdk-pixbuf-csource)
7-test -z "$GDK_PIXBUF_CSOURCE" && AC_MSG_ERROR([
8+test -z "$GDK_PIXBUF_CSOURCE" && AC_MSG_WARN([
9 *** You need the gdk-pixbuf-csource tool which is installed
10 *** from GTK+ 2.0's gdk-pixbuf.
11 ***