diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-09 11:39:15 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-09 11:39:15 +0100 |
commit | 2e064f5ab5c7262907de61e4b9fedeec076aa873 (patch) | |
tree | b3afd6e91bd33f46e4bbf28097c5bbd4019b8e32 /extra/kompozer/mozconfig | |
parent | 870dbb96f0ca7cbd60d4aac5d6f9dbd60c9d4961 (diff) | |
download | nutyx-pakxe-2e064f5ab5c7262907de61e4b9fedeec076aa873.tar.gz nutyx-pakxe-2e064f5ab5c7262907de61e4b9fedeec076aa873.tar.bz2 nutyx-pakxe-2e064f5ab5c7262907de61e4b9fedeec076aa873.tar.xz nutyx-pakxe-2e064f5ab5c7262907de61e4b9fedeec076aa873.zip |
Ajout de kompozer#0.8b-1
Diffstat (limited to 'extra/kompozer/mozconfig')
-rw-r--r-- | extra/kompozer/mozconfig | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/extra/kompozer/mozconfig b/extra/kompozer/mozconfig new file mode 100644 index 000000000..28065007a --- /dev/null +++ b/extra/kompozer/mozconfig @@ -0,0 +1,69 @@ +# build in a separate directory (optional) +#mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj-@CONFIG_GUESS@ + +export MOZILLA_OFFICIAL=1 +export BUILD_OFFICIAL=1 + +export MOZ_STANDALONE_COMPOSER=1 +mk_add_options MOZ_STANDALONE_COMPOSER=1 + +# if you want don't want to use gcc and g or want to use +# a specific version of the compilers, specify it in the +# two following lines and uncomment them +#export CC="gcc-3.0" +#export CXX="g-3.0" + +export OS_LIBS="-lc -lpthread" +export CFLAGS="${CFLAGS}" +export CXXFLAGS="${CFLAGS}" +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj-kompozer + +# build the standalone composer, obviously +mk_add_options MOZ_CO_PROJECT=composer +ac_add_options --enable-application=composer + +# change these two line to build in debug mode +ac_add_options --enable-optimize="${CFLAGS}" +#ac_add_options --disable-debug + +# adapt the following lines according to your distribution + +ac_add_options --prefix=/usr +ac_add_options --disable-tests +ac_add_options --enable-necko-protocols=http,ftp,file,jar,viewsource,res,data + +ac_add_options --enable-default-toolkit=gtk2 +ac_add_options --enable-xft +ac_add_options --enable-pango +ac_add_options --enable-postscript +ac_add_options --disable-xprint + +ac_add_options --enable-mathml +ac_add_options --enable-svg +ac_add_options --enable-svg-renderer=cairo +ac_add_options --enable-system-cairo +ac_add_options --enable-canvas + +ac_add_options --with-system-png=/usr +ac_add_options --with-system-jpeg=/usr +ac_add_options --with-system-zlib=/usr + +ac_add_options --enable-gnomevfs +ac_add_options --enable-single-profile +ac_add_options --disable-profilesharing +ac_add_options --enable-system-myspell + +ac_add_options --disable-installer +ac_add_options --disable-xpfe-components +ac_add_options --with-default-mozilla-five-home=/usr/lib/kompozer +ac_add_options --with-distribution-id=nutyx.org +ac_add_options --without-system-nspr +ac_add_options --without-system-nss + +ac_add_options --disable-elf-dynstr-gc +ac_add_options --disable-gtktest +ac_add_options --disable-strip +ac_add_options --disable-strip-lib +ac_add_options --disable-updater + + |