Index: webrtc/build/common.gypi |
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi |
index 14f7e9a4a368ba300dc56e0d7f5bbad9617ac0ae..d5898d7fbee531920433d439919c04058a8d12b4 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 |