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:
parent
dd31131021
commit
0d92353224
@ -214,6 +214,7 @@
|
||||
'libraries': [
|
||||
'-lGL',
|
||||
'-lGLU',
|
||||
'-lX11',
|
||||
],
|
||||
},
|
||||
}],
|
||||
|
Loading…
Reference in New Issue
Block a user