Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / ozone / patches / 1001-WebRTC-Remove-Dependencies-on-X11.patch
1 From 218b99f1e4ee7cd9f3df0a5624a35bd2926c3a96 Mon Sep 17 00:00:00 2001
2 From: Kalyan Kondapally <kalyan.kondapally@intel.com>
3 Date: Wed, 20 Aug 2014 15:28:27 -0700
4 Subject: [PATCH] [WebRTC] Remove Dependencies on X11.
5
6 Temporary patch to remove any x11 dependencies in WebRTC.
7 This should be removed once the following CL is merged:
8 https://webrtc-codereview.appspot.com/13999004/
9 ---
10  base/base.gyp |    4 ----
11  1 file changed, 4 deletions(-)
12
13 diff --git a/base/base.gyp b/base/base.gyp
14 index 0e5845e..cbabd00 100644
15 --- a/base/base.gyp
16 +++ b/base/base.gyp
17 @@ -574,10 +574,6 @@
18              'libraries': [
19                '-ldl',
20                '-lrt',
21 -              '-lXext',
22 -              '-lX11',
23 -              '-lXcomposite',
24 -              '-lXrender',
25              ],
26            },
27          }, {
28 -- 
29 1.7.9.5
30