Bug 1641870 [wpt PR 23847] - [ScrollTimeline] Add timeline to Element.animate(),...
[gecko.git] / browser / moz.configure
bloba251050feb9b03287a9a051a8c16ff9eb132e4de
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 imply_option('MOZ_PLACES', True)
8 imply_option('MOZ_SERVICES_HEALTHREPORT', True)
9 imply_option('MOZ_SERVICES_SYNC', True)
10 imply_option('MOZ_DEDICATED_PROFILES', True)
11 imply_option('MOZ_BLOCK_PROFILE_DOWNGRADE', True)
12 imply_option('MOZ_NORMANDY', True)
14 with only_when(target_is_linux & compile_environment):
15     option(env='MOZ_NO_PIE_COMPAT',
16            help='Enable non-PIE wrapper')
18     set_config('MOZ_NO_PIE_COMPAT',
19                depends_if('MOZ_NO_PIE_COMPAT')(lambda _: True))
21 include('../toolkit/moz.configure')