mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Revert "Move MOZ_GAMEPAD* and NECKO_WIFI up"
This reverts commit 13ee68cbc657b6ca956717749c8afa647a8557b8.
This commit is contained in:
parent
ef7c01cafe
commit
a70fe213b2
1 changed files with 20 additions and 19 deletions
|
|
@ -2231,8 +2231,6 @@ MOZ_PREF_EXTENSIONS=1
|
|||
MOZ_REFLOW_PERF=
|
||||
MOZ_SAFE_BROWSING=
|
||||
MOZ_SPELLCHECK=1
|
||||
MOZ_GAMEPAD=1
|
||||
MOZ_GAMEPAD_BACKEND=stub
|
||||
MOZ_TOOLKIT_SEARCH=1
|
||||
MOZ_UI_LOCALE=en-US
|
||||
MOZ_UNIVERSALCHARDET=1
|
||||
|
|
@ -2271,23 +2269,6 @@ case "${target}" in
|
|||
|
||||
esac
|
||||
|
||||
case "$OS_TARGET" in
|
||||
Android)
|
||||
;;
|
||||
Darwin)
|
||||
if test -z "$MOZ_IOS"; then
|
||||
NECKO_WIFI=1
|
||||
fi
|
||||
;;
|
||||
DragonFly|FreeBSD|WINNT)
|
||||
NECKO_WIFI=1
|
||||
;;
|
||||
Linux)
|
||||
NECKO_WIFI=1
|
||||
NECKO_WIFI_DBUS=1
|
||||
;;
|
||||
esac
|
||||
|
||||
# Optional Firefox for Android partner distribution directory.
|
||||
MOZ_ARG_WITH_STRING(android-distribution-directory,
|
||||
[ --with-android-distribution-directory=dir
|
||||
|
|
@ -3447,6 +3428,9 @@ fi # COMPILE_ENVIRONMENT
|
|||
dnl ========================================================
|
||||
dnl Gamepad support
|
||||
dnl ========================================================
|
||||
MOZ_GAMEPAD=1
|
||||
MOZ_GAMEPAD_BACKEND=stub
|
||||
|
||||
MOZ_ARG_DISABLE_BOOL(gamepad,
|
||||
[ --disable-gamepad Disable gamepad support],
|
||||
MOZ_GAMEPAD=,
|
||||
|
|
@ -5097,6 +5081,23 @@ dnl
|
|||
dnl option to disable necko's wifi scanner
|
||||
dnl
|
||||
|
||||
case "$OS_TARGET" in
|
||||
Android)
|
||||
;;
|
||||
Darwin)
|
||||
if test -z "$MOZ_IOS"; then
|
||||
NECKO_WIFI=1
|
||||
fi
|
||||
;;
|
||||
DragonFly|FreeBSD|WINNT)
|
||||
NECKO_WIFI=1
|
||||
;;
|
||||
Linux)
|
||||
NECKO_WIFI=1
|
||||
NECKO_WIFI_DBUS=1
|
||||
;;
|
||||
esac
|
||||
|
||||
MOZ_ARG_DISABLE_BOOL(necko-wifi,
|
||||
[ --disable-necko-wifi Disable necko wifi scanner],
|
||||
NECKO_WIFI=,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue