Index: webrtc/build/common.gypi |
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi |
index d5b79f9c13b0178cef0c5cb16965f916cb2e2094..67d5c81313967627888428ab8f7c901648acdf2a 100644 |
--- a/webrtc/build/common.gypi |
+++ b/webrtc/build/common.gypi |
@@ -106,6 +106,7 @@ |
'build_opus%': 1, |
'build_protobuf%': 1, |
'build_ssl%': 1, |
+ 'build_usrsctp%': 1, |
# Disable by default |
'have_dbus_glib%': 0, |
@@ -120,6 +121,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 |