video_render.gypi: clean up some libraries directives to be more specific.

R=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/18389004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6068 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fischman@webrtc.org
2014-05-07 00:09:30 +00:00
parent 861d4b0de9
commit b1eb43142e

View File

@ -88,7 +88,7 @@
'android/video_render_opengles20.cc', 'android/video_render_opengles20.cc',
], ],
}, { }, {
'all_dependent_settings': { 'link_settings': {
'libraries': [ 'libraries': [
'-lGLESv2', '-lGLESv2',
], ],
@ -118,6 +118,12 @@
'linux/video_x11_channel.cc', 'linux/video_x11_channel.cc',
'linux/video_x11_render.cc', 'linux/video_x11_render.cc',
], ],
}, {
'link_settings': {
'libraries': [
'-lXext',
],
},
}], }],
['OS!="mac" or include_internal_video_render==0', { ['OS!="mac" or include_internal_video_render==0', {
'sources!': [ 'sources!': [
@ -214,11 +220,11 @@
], ],
}], }],
['OS=="linux"', { ['OS=="linux"', {
'libraries': [ 'link_settings': {
'-lrt', 'libraries': [
'-lXext', '-lX11',
'-lX11', ],
], },
}], }],
['OS=="mac"', { ['OS=="mac"', {
'xcode_settings': { 'xcode_settings': {