firefox-patches/disable-dbus.patch

38 lines
743 B
Diff
Raw Normal View History

2018-01-07 17:12:58 +01:00
--- a/browser/confvars.sh
+++ b/browser/confvars.sh
@@ -29,6 +29,10 @@ if test "$OS_ARCH" = "WINNT"; then
fi
fi
+MOZ_ENABLE_DBUS=0
+NECKO_WIFI=0
+NECKO_WIFI_DBUS=0
+
# Enable building ./signmar and running libmar signature tests
MOZ_ENABLE_SIGNMAR=1
2017-11-20 20:14:25 +01:00
--- a/ipc/moz.build
+++ b/ipc/moz.build
2018-01-07 17:12:58 +01:00
@@ -11,9 +11,6 @@ DIRS += [
2017-11-20 20:14:25 +01:00
'testshell',
]
-if CONFIG['MOZ_ENABLE_DBUS']:
- DIRS += ['dbus']
-
2018-01-07 17:12:58 +01:00
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
DIRS += ['unixfd', 'unixsocket']
2017-11-20 20:14:25 +01:00
--- a/netwerk/moz.build
+++ b/netwerk/moz.build
2018-01-07 17:12:58 +01:00
@@ -25,9 +25,6 @@ if CONFIG['MOZ_SRTP']:
2017-11-20 20:14:25 +01:00
if CONFIG['MOZ_SCTP']:
DIRS += ['sctp/src', 'sctp/datachannel']
-if CONFIG['NECKO_WIFI']:
- DIRS += ['wifi']
-
DIRS += ['locales']
DIRS += ['build']