Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / video_render / video_render.gypi
index a3c0f6d..71d969b 100644 (file)
             'android/video_render_android_surface_view.cc',
             'android/video_render_opengles20.cc',
           ],
+        }, {
+          'link_settings': {
+            'libraries': [
+              '-lGLESv2',
+            ],
+          },
         }],
         ['OS!="ios" or include_internal_video_render==0', {
           'sources!': [
             'linux/video_x11_channel.cc',
             'linux/video_x11_render.cc',
           ],
+        }, {
+          'link_settings': {
+            'libraries': [
+              '-lXext',
+            ],
+          },
         }],
         ['OS!="mac" or include_internal_video_render==0', {
           'sources!': [
               ],
             }],
             ['OS=="linux"', {
-              'libraries': [
-                '-lrt',
-                '-lXext',
-                '-lX11',
-              ],
+              'link_settings': {
+                'libraries': [
+                  '-lX11',
+                ],
+              },
             }],
             ['OS=="mac"', {
               'xcode_settings': {