summaryrefslogtreecommitdiffstats
path: root/gpu/gpu_config.gypi
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-03 07:03:06 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-03 07:03:06 +0000
commit31d96f2bd3b04b51f9fc0f8cd9dcea7e4e77577c (patch)
treefe64737cde7c9c52e15497417e236106652729be /gpu/gpu_config.gypi
parentb8f4e277a02f0d30093b705e85e9964ed19c5812 (diff)
downloadchromium_src-31d96f2bd3b04b51f9fc0f8cd9dcea7e4e77577c.zip
chromium_src-31d96f2bd3b04b51f9fc0f8cd9dcea7e4e77577c.tar.gz
chromium_src-31d96f2bd3b04b51f9fc0f8cd9dcea7e4e77577c.tar.bz2
gpu: Add explicit dependency on X11/Xext when building with X11.
BUG=none R=piman@chromium.org Review URL: https://codereview.chromium.org/214133012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu_config.gypi')
-rw-r--r--gpu/gpu_config.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/gpu_config.gypi b/gpu/gpu_config.gypi
index 1e0bfba..12c65e6 100644
--- a/gpu/gpu_config.gypi
+++ b/gpu/gpu_config.gypi
@@ -65,6 +65,8 @@
}],
['OS=="linux" and use_x11==1', {
'dependencies': [
+ '../build/linux/system.gyp:x11',
+ '../build/linux/system.gyp:xext',
'../build/linux/system.gyp:libpci',
'../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',
],