mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
[BASILISK] Port PM Sync Client - Part 6b: Don't build the sync client ui when it is disabled, duh.
This commit is contained in:
parent
f73e1c9cf7
commit
03d07e3e28
1 changed files with 3 additions and 1 deletions
|
|
@ -19,13 +19,15 @@ DIRS += [
|
|||
'sessionstore',
|
||||
'shell',
|
||||
'selfsupport',
|
||||
'sync',
|
||||
'translation',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_WEBEXTENSIONS']:
|
||||
DIRS += ['webextensions']
|
||||
|
||||
if CONFIG['MOZ_SERVICES_SYNC']:
|
||||
DIRS += ['sync']
|
||||
|
||||
DIRS += ['build']
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue