summaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-sato/kf/files/fix-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-demoapps/recipes-sato/kf/files/fix-configure.patch')
-rw-r--r--meta-demoapps/recipes-sato/kf/files/fix-configure.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-demoapps/recipes-sato/kf/files/fix-configure.patch b/meta-demoapps/recipes-sato/kf/files/fix-configure.patch
deleted file mode 100644
index ae6bf71c50..0000000000
--- a/meta-demoapps/recipes-sato/kf/files/fix-configure.patch
+++ /dev/null
@@ -1,27 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3diff -urNd ../kf-0.5.4.1-r0/kf-0.5.4.1/configure.in kf-0.5.4.1/configure.in
4--- ../kf-0.5.4.1-r0/kf-0.5.4.1/configure.in 2005-04-27 19:42:49.000000000 +0100
5+++ kf-0.5.4.1/configure.in 2005-09-29 14:12:32.000000000 +0100
6@@ -27,7 +27,7 @@
7 dnl AC_ARG_ENABLE(debug,)
8
9 dnl modules needed for package
10-MODULES="gtk+-2.0 >= 2.0.0 libglade-2.0 >= 1.110.0 loudmouth-1.0 >= 0.16"
11+MODULES="gtk+-2.0 >= 2.0.0 libglade-2.0 >= 1.110.0 loudmouth-1.0 >= 0.16 libxml-2.0"
12 dnl MODULES="gtk+-2.0 >= 2.0.0 libglade-2.0 >= 1.110.0 loudmouth-1.0 >= 0.15.1"
13
14 dnl GtkSpell
15@@ -60,9 +60,9 @@
16 AC_DEFINE([HAVE_LM_CONNECTION_SET_JID],1,[We have lm_connection_set_jid])
17 fi
18
19-dnl XScreenSaver stuff...
20-AC_DEFINE([HAVE_XSCREENSAVER], [1], [Whether to support XScreenSaver extension])
21-PACKAGE_LIBS="$PACKAGE_LIBS -lXss -L/usr/X11R6/lib"
22+#dnl XScreenSaver stuff...
23+#AC_DEFINE([HAVE_XSCREENSAVER], [1], [Whether to support XScreenSaver extension])
24+#PACKAGE_LIBS="$PACKAGE_LIBS -lXss -L/usr/X11R6/lib"
25
26 AC_SUBST(PACKAGE_CFLAGS)
27 AC_SUBST(PACKAGE_LIBS)