diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-12 20:55:02 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-12 20:55:02 +0000 |
commit | 0d92353224e43ff87da6480cf3612dcae43f1791 (patch) | |
tree | b81a67994a2dbb20644ca1ee398cc0fa7acc7935 /gyp | |
parent | dd31131021e2b5ef16b4f3cdec3cf328adcfd6cc (diff) |
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
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index 4f02d00c8f..d5223e40ef 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -214,6 +214,7 @@ 'libraries': [ '-lGL', '-lGLU', + '-lX11', ], }, }], |