Re: How can I install galeon with moz w/gtk2, and xft enabled?
Christophe Fergeau <[email protected]>
| Newsgroups | gmane.comp.web.galeon.devel |
|---|---|
| Message-ID | <[email protected]> |
Starting with mozilla 1.3a, you don't need to patch mozilla to get gtk2 and xft2/fontconfig support, you just need the correct configure options (see my attached .mozconfig for an example) Hope that helps, Christophe Le ven 17/01/2003 à 21:38, Lau a écrit : > Hi, > > Hello! I haven't keep track about news in galeon and mozilla for a few months, > now, I got free time again to playing with linux!! > > I want to know that, is it still necessary to patch the moz, and enable something > in the build process of galeon to got a working mozilla and galeon, with xft and > fontconfig? > > Where can I got more information. How about the article about galeon2 in the > galeon.sf.net? Does that article still relevant?? > > Thanks! > Lau > > > ------------------------------------------------------- > This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will > allow you to extend the highest allowed 128 bit encryption to all your > clients even if they use browsers that are limited to 40 bit encryption. > Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en > _______________________________________________ > Galeon-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/galeon-devel >
.mozconfig
(text/plain, 1.1 KB)
MOZ_NSS_AUTOCONF=1 NATIVE_THEME_SUPPORT=1 # Options for 'configure' (same as command-line options). ac_add_options --disable-tests ac_add_options --enable-crypto ac_add_options --disable-editor ac_add_options --disable-debug ac_add_options --disable-mailnews ac_add_options --enable-mathml ac_add_options --disable-ldap ac_add_options --disable-pedantic ac_add_options --enable-xterm-updates ac_add_options --enable-xsl #ac_add_options --enable-svg ac_add_options --disable-dtd-debug #ac_add_options --with-gtk ac_add_options --with-java-supplement #ac_add_options --enable-toolkit=gtk #ac_add_options --enable-optimize="-O2 -finline -finline-functions -fdefault-inline -fno-omit-frame-pointer -fexpensive-optimizations -malign-functions=4 -malign-double -fschedule-insns2 -mwide-multiply -march=i686 -mcpu=i686" ac_add_options --enable-optimize="-O2 -march=i686 -mcpu=i686" ac_add_options --enable-chrome-format=jar ac_add_options --enable-xft ac_add_options --enable-default-toolkit=gtk2 ac_add_options --enable-toolkit-gtk2 ac_add_options --with-gtk2 mk_add_options MOZ_NSS_AUTOCONF=1 mk_add_options NATIVE_THEME_SUPPORT=1