blob: 5b2318ae9dcf27f4667e30a8926cfa857372c2f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./gpu/gpu_config.gypi.orig 2014-04-30 22:41:34.000000000 +0200
+++ ./gpu/gpu_config.gypi 2014-05-04 14:38:48.000000000 +0200
@@ -63,7 +63,7 @@
'../third_party/amd/amd_videocard_info_win.cc',
],
}],
- ['OS=="linux" and use_x11==1', {
+ ['(OS=="linux" or os_bsd==1) and use_x11==1', {
'dependencies': [
'../build/linux/system.gyp:libpci',
'../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',
|