diff options
author | cwolfe@chromium.org <cwolfe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-26 19:03:37 +0000 |
---|---|---|
committer | cwolfe@chromium.org <cwolfe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-26 19:03:37 +0000 |
commit | c45342f046b4cb5edfccd3bde535397fe2cafe80 (patch) | |
tree | 3892d253dd2e91e1b2fb5b2796fe0c0bb40927a4 /ui/aura | |
parent | 6daf762b320cc9121487a73bd4fca8320e04e572 (diff) | |
download | chromium_src-c45342f046b4cb5edfccd3bde535397fe2cafe80.zip chromium_src-c45342f046b4cb5edfccd3bde535397fe2cafe80.tar.gz chromium_src-c45342f046b4cb5edfccd3bde535397fe2cafe80.tar.bz2 |
aura: Add libXfixes dependency
Several calls into libXfixes were added to aura by
<http://codereview.chromium.org/9808010> and related CLs. However
the library dependencies were missing, which broke some build
configurations.
BUG=chromium:120137
TEST=Component build with chromeos=1 works both normally and inside
the CrOS chroot; plus trybots for normal configurations.
Review URL: http://codereview.chromium.org/9855020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128965 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura')
-rw-r--r-- | ui/aura/aura.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp index e0dafba..55ba572 100644 --- a/ui/aura/aura.gyp +++ b/ui/aura/aura.gyp @@ -113,6 +113,7 @@ ['OS=="linux"', { 'link_settings': { 'libraries': [ + '-lXfixes', '-lXrandr', ], }, |