mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
52 lines
1.4 KiB
Text
52 lines
1.4 KiB
Text
|
ac_add_options --prefix=/usr
|
||
|
ac_add_options --libdir=/usr/lib
|
||
|
|
||
|
# Options for client.mk.
|
||
|
mk_add_options MOZ_CO_PROJECT=browser
|
||
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../../../objectdir
|
||
|
mk_add_options MOZ_MAKE_FLAGS=-j2
|
||
|
|
||
|
# Options for 'configure' (same as command-line options).
|
||
|
ac_add_options --enable-application=browser
|
||
|
ac_add_options --disable-crashreporter
|
||
|
ac_add_options --disable-mochitest
|
||
|
|
||
|
# Options only useful for developers
|
||
|
ac_add_options --disable-debug
|
||
|
ac_add_options --disable-tests
|
||
|
|
||
|
# Enable all default extensions
|
||
|
#ac_add_options --enable-extensions=default
|
||
|
|
||
|
# patch needed?
|
||
|
#ac_add_options --with-system-nspr
|
||
|
#ac_add_options --with-system-nss
|
||
|
#ac_add_options --with-system-zlib
|
||
|
|
||
|
ac_add_options --with-system-jpeg
|
||
|
ac_add_options --with-system-png
|
||
|
ac_add_options --with-system-mng
|
||
|
|
||
|
ac_add_options --with-pthreads
|
||
|
ac_add_options --enable-optimize="#CFLAGS#"
|
||
|
ac_add_options --disable-installer
|
||
|
ac_add_options --disable-xinerama
|
||
|
ac_add_options --enable-default-toolkit=cairo-gtk2
|
||
|
ac_add_options --disable-xprint
|
||
|
ac_add_options --enable-strip
|
||
|
ac_add_options --enable-pango
|
||
|
ac_add_options --enable-system-cairo
|
||
|
|
||
|
ac_add_options --enable-svg
|
||
|
ac_add_options --enable-canvas
|
||
|
ac_add_options --enable-startup-notification
|
||
|
|
||
|
# linking against system xulrunner doesn't work
|
||
|
#ac_add_options --enable-libxul
|
||
|
#ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9
|
||
|
|
||
|
ac_add_options --enable-safe-browsing
|
||
|
ac_add_options --disable-gnomevfs
|
||
|
ac_add_options --enable-xft
|
||
|
|