| Index: webrtc/build/common.gypi
|
| diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi
|
| index 948cc8a9e9e16814fa3a36c03b404eaf40fe6fd3..f8446d9f91bce9e16aa52cd9dfc5df9ae293007e 100644
|
| --- a/webrtc/build/common.gypi
|
| +++ b/webrtc/build/common.gypi
|
| @@ -64,6 +64,7 @@
|
| 'webrtc_vp9_dir%': '<(webrtc_vp9_dir)',
|
| 'include_ilbc%': '<(include_ilbc)',
|
| 'include_opus%': '<(include_opus)',
|
| + 'rtc_relative_path%': 1,
|
| 'external_libraries%': '0',
|
| 'json_root%': '<(DEPTH)/third_party/jsoncpp/source/include/',
|
| # openssl needs to be defined or gyp will complain. Is is only used when
|
| @@ -236,6 +237,9 @@
|
| 'cflags': [
|
| '<!@(pkg-config --cflags dbus-glib-1)',
|
| ],
|
| + }],
|
| + ['rtc_relative_path==1', {
|
| + 'defines': ['EXPAT_RELATIVE_PATH',],
|
| }],
|
| ['os_posix==1', {
|
| 'configurations': {
|
|
|