mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Issue #795 - Make nsIUserInfo component optional
This allows the nsIUserinfo component to be disabled with --disable-userinfo in mozconfig at build time, but leaves it on by default to avoid any compatibility issues in existing applications.
This commit is contained in:
parent
5baa10b59a
commit
3c4b6babee
5 changed files with 38 additions and 17 deletions
|
|
@ -4,10 +4,10 @@
|
|||
# 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/.
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIAppStartup.idl',
|
||||
'nsIUserInfo.idl',
|
||||
]
|
||||
XPIDL_SOURCES += ['nsIAppStartup.idl']
|
||||
|
||||
if CONFIG['MOZ_USERINFO']:
|
||||
XPIDL_SOURCES += ['nsIUserInfo.idl']
|
||||
|
||||
XPIDL_MODULE = 'appstartup'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue