mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Update configure variable verification
This commit is contained in:
parent
c827ae307d
commit
332daa081a
2 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ if ('MOZ_OFFICIAL_BRANDING' in listConfig) or (strBrandingDirectory.endswith("br
|
|||
# Applies to Pale Moon Only
|
||||
if 'MC_PALEMOON' in listConfig:
|
||||
listViolations += [
|
||||
'MOZ_EME',
|
||||
'MOZ_WEBRTC'
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -5842,6 +5842,7 @@ MOZ_BRANDING_DIRECTORY=$MOZ_BRANDING_DIRECTORY
|
|||
MC_BASILISK=$MC_BASILISK
|
||||
MC_PALEMOON=$MC_PALEMOON
|
||||
MOZ_SANDBOX=$MOZ_SANDBOX
|
||||
MOZ_EME=$MOZ_EME
|
||||
MOZ_WEBRTC=$MOZ_WEBRTC
|
||||
MOZ_SYSTEM_LIBEVENT=$MOZ_SYSTEM_LIBEVENT
|
||||
MOZ_SYSTEM_NSS=$MOZ_SYSTEM_NSS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue