diff options
Diffstat (limited to 'www/palemoon/files')
| -rw-r--r-- | www/palemoon/files/.mozconfig | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/www/palemoon/files/.mozconfig b/www/palemoon/files/.mozconfig new file mode 100644 index 0000000..05c20b6 --- /dev/null +++ b/www/palemoon/files/.mozconfig | |||
| @@ -0,0 +1,53 @@ | |||
| 1 | # Clear this if not a 64bit build | ||
| 2 | _BUILD_64=1 | ||
| 3 | |||
| 4 | # Set GTK Version to 2 or 3 | ||
| 5 | _GTK_VERSION=2 | ||
| 6 | |||
| 7 | # Standard build options for Pale Moon | ||
| 8 | ac_add_options --enable-application=palemoon | ||
| 9 | ac_add_options --enable-optimize="-O2 -w -L/usr/local/lib" | ||
| 10 | ac_add_options --enable-default-toolkit=cairo-gtk$_GTK_VERSION | ||
| 11 | #ac_add_options --enable-jemalloc | ||
| 12 | #ac_add_options --enable-strip | ||
| 13 | ac_add_options --enable-devtools | ||
| 14 | ac_add_options --enable-av1 | ||
| 15 | #ac_add_options --enable-phoenix-extensions | ||
| 16 | ac_add_options --disable-eme | ||
| 17 | ac_add_options --disable-webrtc | ||
| 18 | ac_add_options --disable-gamepad | ||
| 19 | ac_add_options --disable-tests | ||
| 20 | ac_add_options --disable-debug | ||
| 21 | ac_add_options --disable-necko-wifi | ||
| 22 | ac_add_options --disable-updater | ||
| 23 | ac_add_options --with-pthreads | ||
| 24 | |||
| 25 | # Please see https://www.palemoon.org/redist.shtml for restrictions when using the official branding. | ||
| 26 | #ac_add_options --enable-official-branding | ||
| 27 | #export MOZILLA_OFFICIAL=1 | ||
| 28 | |||
| 29 | export MOZ_PKG_SPECIAL=gtk$_GTK_VERSION | ||
| 30 | |||
| 31 | #export MOZ_SYSTEM_LIBVPX=1 | ||
| 32 | #export VPX_USE_YASM= | ||
| 33 | #export VPX_X86_ASM= | ||
| 34 | |||
| 35 | ac_add_options --disable-pulseaudio | ||
| 36 | ac_add_options --disable-jack | ||
| 37 | ac_add_options --disable-alsa | ||
| 38 | ac_add_options --enable-sndio | ||
| 39 | |||
| 40 | ac_add_options --x-libraries=/usr/X11R6/lib | ||
| 41 | |||
| 42 | ac_add_options --with-system-jpeg=/usr/local | ||
| 43 | ac_add_options --with-system-zlib | ||
| 44 | ac_add_options --with-system-bz2=/usr/local | ||
| 45 | #ac_add_options --with-system-libevent | ||
| 46 | #ac_add_options --with-system-icu | ||
| 47 | #ac_add_options --with-system-webp=/usr/local | ||
| 48 | #ac_add_options --with-system-sqlite=/usr/local | ||
| 49 | ac_add_options --with-system-ffi | ||
| 50 | ac_add_options --with-system-pixman | ||
| 51 | #ac_add_options --with-system-libvpx | ||
| 52 | #ac_add_options --enable-system-nss | ||
| 53 | #ac_add_options --enable-system-nspr | ||
