Bug 1373804: disable gyp use_gtk which is only used for code we don't build r=glandium

Appears to be needed due to a bug(?) in gyp that includes the
libjingle_peerconnection dependency even though it's in a 'false' conditional.
This commit is contained in:
Randell Jesup 2017-06-22 01:12:20 -04:00
parent 941548abbb
commit 14bab8f44e

View File

@ -51,6 +51,8 @@ gyp_vars.update({
'use_x11': 1 if CONFIG['MOZ_X11'] else 0,
'use_glib': 1 if CONFIG['GLIB_LIBS'] else 0,
# bug 1373485 - avoid pkg-config for gtk2 in webrtc
'use_gtk': 0,
# turn off mandatory use of NEON and instead use NEON detection
'arm_neon': 0,