From 1a0233feda52a2c6f761e10fee6ea6bef5382f89 Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Mon, 15 Nov 2010 20:55:41 +0000 Subject: unit_tests: Fix link error (missing libXi) on Linux unit_tests fails to link due to requirement on libXi. This is implicitly provided by 'gdk', but unit_tests does not depend on this target. We add a 'xi' dependency for any target depending on 'x11'. BUG=63209 TEST=None (Landing patch for jknotten@chromium.org.) Review URL: http://codereview.chromium.org/5016001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66169 0039d316-1c4b-4281-b951-d872f2087c98 --- build/linux/system.gyp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build/linux/system.gyp') diff --git a/build/linux/system.gyp b/build/linux/system.gyp index 7193c67..59cf486 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -234,6 +234,14 @@ 'HAVE_XINPUT2', ], }, + 'link_settings': { + 'ldflags': [ + '