Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2023-03-15 22:52:23 +08:00
commit 85f6a49297
19 changed files with 347 additions and 170 deletions

View file

@ -4994,6 +4994,16 @@ fi
AC_DEFINE_UNQUOTED(MOZ_MACBUNDLE_ID,$MOZ_MACBUNDLE_ID)
AC_SUBST(MOZ_MACBUNDLE_ID)
dnl ========================================================
dnl = Mac bundle codesign identity
dnl ========================================================
MOZ_ARG_WITH_STRING(macbundle-identity,
[ --with-macbundle-identity=identity
Identity to codesign the Mac application bundle],
[ MOZ_MACBUNDLE_IDENTITY="$withval"])
AC_SUBST(MOZ_MACBUNDLE_IDENTITY)
dnl ========================================================
dnl = Child Process Name for IPC
dnl ========================================================