Bug 1501093 - Permit overriding enable-calendar in SeaMonkey via mozconfig. r=rjl
This commit is contained in:
Родитель
78aef38453
Коммит
6e85907d62
|
@ -8,7 +8,11 @@
|
|||
# =========================================================
|
||||
# = Lightning extension
|
||||
# =========================================================
|
||||
option('--enable-calendar',
|
||||
@depends(application)
|
||||
def calendar_default(app):
|
||||
return app[0].endswith('/suite')
|
||||
|
||||
option('--enable-calendar', default=calendar_default,
|
||||
help='Enable building of the Lightning calendar extension')
|
||||
|
||||
|
||||
|
|
|
@ -13,8 +13,6 @@ imply_option('MOZ_PLACES', True)
|
|||
imply_option('MOZ_SERVICES_SYNC', False)
|
||||
imply_option('MOZ_ALLOW_LEGACY_EXTENSIONS', True)
|
||||
|
||||
imply_option('--enable-calendar', True)
|
||||
|
||||
|
||||
@depends(application)
|
||||
def is_comm(app):
|
||||
|
|
Загрузка…
Ссылка в новой задаче