Index: webrtc/build/common.gypi |
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi |
index 2c24963f4f3a9898e0a2953741121172ab2523b0..1c15fda857954a9cf050c438c04098c91d55b176 100644 |
--- a/webrtc/build/common.gypi |
+++ b/webrtc/build/common.gypi |
@@ -104,6 +104,7 @@ |
'build_opus%': 1, |
'build_protobuf%': 1, |
'build_ssl%': 1, |
+ 'build_usrsctp%': 1, |
# Disable by default |
'have_dbus_glib%': 0, |
@@ -118,6 +119,9 @@ |
# TODO(henrika): add support for Open SL ES. |
'enable_android_opensl%': 0, |
+ # Disable this to skip building source requiring GTK. |
+ 'use_gtk%': 1, |
+ |
# Link-Time Optimizations |
# Executes code generation at link-time instead of compile-time |
# https://gcc.gnu.org/wiki/LinkTimeOptimization |