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:
@ -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',
|
||||
],
|
||||
|
Reference in New Issue
Block a user