Fix Linux link errors for some targets by adding -lX11 to gpu.gyp's

dependencies.

Broken out and landed separately from  https://codereview.appspot.com/6826086/

git-svn-id: http://skia.googlecode.com/svn/trunk@6388 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
senorblanco@chromium.org 2012-11-12 20:55:02 +00:00
parent dd31131021
commit 0d92353224

View File

@ -214,6 +214,7 @@
'libraries': [
'-lGL',
'-lGLU',
'-lX11',
],
},
}],