wok-4.x diff firefox/stuff/firefox.mozconfig @ rev 1175
Add Python bindings for cairo, GTK, GObject.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Aug 02 14:05:35 2008 +0200 (2008-08-02) |
parents | a7c958bdba6f |
children | 637e958c066c |
line diff
1.1 --- a/firefox/stuff/firefox.mozconfig Sun May 18 13:43:07 2008 +0200 1.2 +++ b/firefox/stuff/firefox.mozconfig Sat Aug 02 14:05:35 2008 +0200 1.3 @@ -1,3 +1,5 @@ 1.4 +export MOZILLA_OFFICIAL="1" 1.5 +export BUILD_OFFICIAL="1" 1.6 export MOZ_PHOENIX=1 1.7 mk_add_options MOZ_PHOENIX=1 1.8 1.9 @@ -41,8 +43,10 @@ 1.10 ac_add_options --disable-jsd 1.11 #ac_add_options --disable-printing 1.12 ac_add_options --disable-logging 1.13 -ac_add_options --with-distribution-id=slitaz 1.14 #ac_add_options --disable-libxul 1.15 ac_add_options --disable-mathml 1.16 ac_add_options --enable-optimize 1.17 ac_add_options --disable-crashreporter 1.18 +ac_add_options --enable-system-cairo 1.19 +ac_add_options --with-distribution-id=slitaz 1.20 +#ac_add_options --enable-official-branding