mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
[PALEMOON] Add moz.configure
This commit is contained in:
parent
1bc40f51f6
commit
002489df68
1 changed files with 12 additions and 0 deletions
12
application/palemoon/moz.configure
Normal file
12
application/palemoon/moz.configure
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
||||
# vim: set filetype=python:
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
imply_option('MOZ_PLACES', True)
|
||||
imply_option('MOZ_SERVICES_HEALTHREPORT', True)
|
||||
imply_option('MOZ_SERVICES_SYNC', True)
|
||||
imply_option('MOZ_SERVICES_CLOUDSYNC', True)
|
||||
|
||||
include('../../toolkit/moz.configure')
|
||||
Loading…
Add table
Add a link
Reference in a new issue