diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-15 01:04:44 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-15 01:04:44 +0000 |
commit | aa84ef76e7ff3e9c3601408efa0b86b74d02793b (patch) | |
tree | 2ba37eb2785a8e7b0c607b6df7f361db059599fa /o3d | |
parent | ed655b77ca7f838078b20ca030c8456818eafe70 (diff) | |
download | chromium_src-aa84ef76e7ff3e9c3601408efa0b86b74d02793b.zip chromium_src-aa84ef76e7ff3e9c3601408efa0b86b74d02793b.tar.gz chromium_src-aa84ef76e7ff3e9c3601408efa0b86b74d02793b.tar.bz2 |
Adding in libX11, which seems to be needed for test_common on linux.
Failing on one trybot.
BUG=None
TEST=None
TBR=gspencer
Review URL: http://codereview.chromium.org/264064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/build/libs.gyp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/o3d/build/libs.gyp b/o3d/build/libs.gyp index 5d76610..19f8282 100644 --- a/o3d/build/libs.gyp +++ b/o3d/build/libs.gyp @@ -33,8 +33,9 @@ ], }, 'libraries': [ - "-lGL", - "-lGLEW", + '-lGL', + '-lGLEW', + '-lX11', ], }, }, |