mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Followup to Bug 1152997 to fix SeaMonkey. r=bbondy
This commit is contained in:
parent
b488d2b504
commit
5887f0fbb5
@ -26,12 +26,16 @@ DIRS += [
|
||||
if CONFIG['MOZ_UPDATER'] and CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
|
||||
DIRS += ['mozapps/update']
|
||||
|
||||
if CONFIG['MOZ_MAINTENANCE_SERVICE']:
|
||||
if CONFIG['MOZ_MAINTENANCE_SERVICE'] or CONFIG['MOZ_UPDATER'] and CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
||||
# Including mozapps/update/common-standalone allows the maintenance service
|
||||
# to be built so the maintenance service can be used for things other than
|
||||
# updating applications.
|
||||
DIRS += [
|
||||
'mozapps/update/common-standalone',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_MAINTENANCE_SERVICE']:
|
||||
DIRS += [
|
||||
'components/maintenanceservice'
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user