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
Родитель 9f29c42c89
Коммит 632a7eb2a2
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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