]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mozilla/minimo-0.016/minimo-components-ssr-only.patch
minimo: re-enable SSR as suggested by alain2210 _at_ free fr in hh.org Bug #1716
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mozilla / minimo-0.016 / minimo-components-ssr-only.patch
1 Index: mozilla/minimo/components/Makefile.in
2 ===================================================================
3 RCS file: /cvsroot/mozilla/minimo/components/Makefile.in,v
4 retrieving revision 1.1.2.2
5 diff -u -r1.1.2.2 Makefile.in
6 --- mozilla/minimo/components/Makefile.in       14 Jul 2006 16:04:33 -0000      1.1.2.2
7 +++ mozilla/minimo/components/Makefile.in       20 Sep 2006 12:55:08 -0000
8 @@ -41,10 +41,10 @@
9  
10  include $(DEPTH)/config/autoconf.mk
11  
12 -DIRS = phone softkb ssr device gps
13 +DIRS = ssr
14  
15  ifdef WINCE
16 -DIRS += ssl
17 +DIRS += ssl phone softkb device gps
18  endif
19  
20  include $(topsrcdir)/config/rules.mk