зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1042525 - Propogate MOZ_X11 to WebRTC build system. r=ted
This commit is contained in:
Родитель
9f29c42c89
Коммит
632a7eb2a2
|
@ -33,6 +33,9 @@ gyp_vars = {
|
|||
# saves 4MB when webrtc_trace is off
|
||||
'enable_lazy_trace_alloc': 0,
|
||||
|
||||
'use_x11': 1 if CONFIG['MOZ_X11'] else 0,
|
||||
'use_glib': 1 if CONFIG['GLIB_LIBS'] else 0,
|
||||
|
||||
# turn off mandatory use of NEON and instead use NEON detection
|
||||
'arm_neon': 0,
|
||||
'arm_neon_optional': 1,
|
||||
|
|
Загрузка…
Ссылка в новой задаче