0

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
This commit is contained in:
sadrul@chromium.org
2014-04-03 07:03:06 +00:00
parent b8f4e277a0
commit 31d96f2bd3

@ -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',
],