~jbicha/firefox/update-dependencies

« back to all changes in this revision

Viewing changes to debian/config/mozconfig.in

  • Committer: Chris Coulson
  • Date: 2016-11-07 13:13:42 UTC
  • Revision ID: chris.coulson@canonical.com-20161107131342-bxwjiuurvzc717wc
Tags: 50.0~b11+build1-0ubuntu0.17.04.1
releasing package firefox version 50.0~b11+build1-0ubuntu0.17.04.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
%%if MOZ_UPDATE_CHANNEL == nightly
63
63
ac_add_options --enable-profiling
64
64
%%endif
65
 
%%if DEB_HOST_ARCH != i386
66
 
%%if DEB_HOST_ARCH != amd64
67
 
ac_add_options --disable-webrtc
68
 
%%endif
69
 
%%endif
70
65
%%if DEB_HOST_ARCH == arm64
71
66
ac_add_options --enable-system-ffi
72
67
%%endif