mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Remove MOZ_B2G leftovers and some dead B2G-only components.
This commit is contained in:
parent
75d98fd33e
commit
719ac1bc38
91 changed files with 28 additions and 5017 deletions
|
|
@ -2416,18 +2416,11 @@ if test -n "$WITH_APP_BASENAME" ; then
|
|||
MOZ_APP_BASENAME="$WITH_APP_BASENAME"
|
||||
fi
|
||||
|
||||
if test -n "$MOZ_B2G"; then
|
||||
AC_DEFINE(MOZ_B2G)
|
||||
fi
|
||||
|
||||
# Graphene is a desktop runtime for running applications with a HTML UI.
|
||||
if test -n "$MOZ_GRAPHENE"; then
|
||||
AC_DEFINE(MOZ_GRAPHENE)
|
||||
fi
|
||||
|
||||
AC_SUBST(MOZ_B2G)
|
||||
AC_SUBST(MOZ_B2G_VERSION)
|
||||
|
||||
dnl ========================================================
|
||||
dnl Ensure Android SDK and build-tools versions depending on
|
||||
dnl mobile target.
|
||||
|
|
@ -4549,10 +4542,6 @@ MOZ_ARG_DISABLE_BOOL(startupcache,
|
|||
MOZ_DISABLE_STARTUPCACHE=1,
|
||||
MOZ_DISABLE_STARTUPCACHE=)
|
||||
|
||||
dnl bug 988880: disable startup cache on b2g
|
||||
if test -n "$MOZ_B2G"; then
|
||||
MOZ_DISABLE_STARTUPCACHE=1
|
||||
fi
|
||||
if test -n "$MOZ_DISABLE_STARTUPCACHE"; then
|
||||
AC_DEFINE(MOZ_DISABLE_STARTUPCACHE)
|
||||
fi
|
||||
|
|
@ -5441,10 +5430,6 @@ else
|
|||
MOZ_APP_MAXVERSION=$MOZ_APP_VERSION
|
||||
fi
|
||||
|
||||
MOZ_B2G_VERSION=${MOZ_B2G_VERSION:-"1.0.0"}
|
||||
AC_DEFINE_UNQUOTED(MOZ_B2G_VERSION,"$MOZ_B2G_VERSION")
|
||||
AC_DEFINE_UNQUOTED(MOZ_B2G_OS_NAME,"$MOZ_B2G_OS_NAME")
|
||||
|
||||
AC_SUBST(MOZ_APP_NAME)
|
||||
AC_SUBST(MOZ_APP_REMOTINGNAME)
|
||||
AC_SUBST(MOZ_APP_DISPLAYNAME)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue