mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Revert "Make nsIUserInfo component optional with --disable-userinfo at build time"
This commit is contained in:
parent
c672f9fc86
commit
d0e0acb1fa
5 changed files with 17 additions and 40 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']
|
||||
|
||||
if CONFIG['MOZ_USERINFO']:
|
||||
XPIDL_SOURCES += ['nsIUserInfo.idl']
|
||||
XPIDL_SOURCES += [
|
||||
'nsIAppStartup.idl',
|
||||
'nsIUserInfo.idl',
|
||||
]
|
||||
|
||||
XPIDL_MODULE = 'appstartup'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue