summaryrefslogtreecommitdiff
path: root/www/kompozer/files/mozconfig.in
blob: 0c6dcbda336077d697a446f148f7ddb1b2bbec08 (plain) (blame)
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
export MOZILLA_OFFICIAL=1
export BUILD_OFFICIAL=1

export MOZ_STANDALONE_COMPOSER=1
mk_add_options MOZ_STANDALONE_COMPOSER=1

export CC="%%CC%%"
export CXX="%%CXX%%"
export OS_LIBS="%%PTHREAD_LIBS%%"
export CFLAGS="%%CFLAGS%%"
export CXXFLAGS="%%CXXFLAGS%%"

ac_add_options  --enable-single-profile
ac_add_options  --disable-svg
ac_add_options  --disable-ldap
ac_add_options  --disable-mailnews
ac_add_options  --disable-installer
ac_add_options  --disable-activex
ac_add_options  --disable-activex-scripting
ac_add_options  --disable-tests
ac_add_options  --disable-oji
ac_add_options  --disable-necko-disk-cache
ac_add_options  --disable-profilesharing
ac_add_options  --enable-extensions=wallet,xml-rpc,xmlextras,pref,universalchardet,editor/cascades,spellcheck
ac_add_options  --enable-necko-protocols=http,ftp,file,jar,viewsource,res,data
ac_add_options  --disable-pedantic
ac_add_options  --disable-short-wchar
ac_add_options  --enable-xprint
ac_add_options	--enable-freetype2
ac_add_options  --enable-crypto
ac_add_options  --disable-mathml
ac_add_options  --with-system-zlib
ac_add_options  --enable-toolkit=gtk2
ac_add_options  --enable-default-toolkit=gtk2
ac_add_options --enable-image-decoders=default,-xbm
ac_add_options  --with-system-jpeg=%%LOCALBASE%%
ac_add_options  --with-system-png=%%LOCALBASE%%
ac_add_options  --with-pthreads
ac_add_options --prefix=%%PREFIX%%