Bug 1042525 - Propogate MOZ_X11 to WebRTC build system. r=ted

This commit is contained in:
Randall Barker 2014-08-01 11:42:00 +02:00
parent b215c6a77c
commit fb09981830

View File

@ -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,