summaryrefslogtreecommitdiffstats
path: root/desktop/libs/gtkhtml/patches/000-disable-editor.patch
blob: 3ab6162603b01c0af53e7ee8276a25b7ca33ffbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
--- a/components/Makefile.am
+++ b/components/Makefile.am
@@ -1,4 +1,4 @@
 
-SUBDIRS = editor
+SUBDIRS = 
 
 -include $(top_srcdir)/git.mk
--- a/components/Makefile.in
+++ b/components/Makefile.in
@@ -265,7 +265,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = editor
+SUBDIRS = 
 all: all-recursive
 
 .SUFFIXES:
--- a/configure
+++ b/configure
@@ -21911,7 +21911,7 @@ fi
 
 
 
-GTKHTML_MODULES="gtk+-2.0 >= 2.16.0 enchant gconf-2.0 iso-codes"
+GTKHTML_MODULES="gtk+-2.0 >= 2.16.0 gconf-2.0"
 
 pkg_failed=no
 { $as_echo "$as_me:$LINENO: checking for GTKHTML" >&5
--- a/configure.ac
+++ b/configure.ac
@@ -136,7 +136,7 @@ PKG_CHECK_MODULES(GTHREAD, $GTHREAD_MODU
 AC_SUBST(GTHREAD_CFLAGS)
 AC_SUBST(GTHREAD_LIBS)
 
-GTKHTML_MODULES="gtk+-2.0 >= gtk_minimum_version enchant gconf-2.0 iso-codes"
+GTKHTML_MODULES="gtk+-2.0 >= gtk_minimum_version gconf-2.0"
 PKG_CHECK_MODULES(GTKHTML, $GTKHTML_MODULES)
 AC_SUBST(GTKHTML_CFLAGS)
 AC_SUBST(GTKHTML_LIBS)