mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1106935 - Remove MOZ_ANDROID_NEW_TABLET_UI from configure.in. r=nalexander
--HG-- extra : rebase_source : 13f7cf033023b6cbbe3d1b59614190b6189e94bf extra : source : f8366cf7e7c88d53221715d6bc907b003f09057e
This commit is contained in:
parent
4b17c99e49
commit
562208ce86
10
configure.in
10
configure.in
@ -3953,7 +3953,6 @@ MOZ_ANDROID_SEARCH_ACTIVITY=
|
||||
MOZ_ANDROID_DOWNLOADS_INTEGRATION=
|
||||
MOZ_ANDROID_MLS_STUMBLER=
|
||||
MOZ_ANDROID_SHARE_OVERLAY=
|
||||
MOZ_ANDROID_NEW_TABLET_UI=
|
||||
ACCESSIBILITY=1
|
||||
MOZ_TIME_MANAGER=
|
||||
MOZ_PAY=
|
||||
@ -5042,14 +5041,6 @@ if test -n "$MOZ_ANDROID_TAB_QUEUE"; then
|
||||
AC_DEFINE(MOZ_ANDROID_TAB_QUEUE)
|
||||
fi
|
||||
|
||||
dnl ========================================================
|
||||
dnl = Include New Tablet UI on Android
|
||||
dnl = Temporary build flag to allow development in Nightly
|
||||
dnl ========================================================
|
||||
if test -n "$MOZ_ANDROID_NEW_TABLET_UI"; then
|
||||
AC_DEFINE(MOZ_ANDROID_NEW_TABLET_UI)
|
||||
fi
|
||||
|
||||
dnl ========================================================
|
||||
dnl = Enable IPDL's "expensive" unit tests
|
||||
dnl ========================================================
|
||||
@ -8548,7 +8539,6 @@ AC_SUBST(MOZ_ANDROID_READING_LIST_SERVICE)
|
||||
AC_SUBST(MOZ_ANDROID_SEARCH_ACTIVITY)
|
||||
AC_SUBST(MOZ_ANDROID_SHARE_OVERLAY)
|
||||
AC_SUBST(MOZ_ANDROID_TAB_QUEUE)
|
||||
AC_SUBST(MOZ_ANDROID_NEW_TABLET_UI)
|
||||
AC_SUBST(MOZ_ANDROID_MLS_STUMBLER)
|
||||
AC_SUBST(MOZ_ANDROID_DOWNLOADS_INTEGRATION)
|
||||
AC_SUBST(ENABLE_STRIP)
|
||||
|
Loading…
Reference in New Issue
Block a user