blob: 4b2c48d9d3bdb7e9cfd4248ba628514c896eae2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/content_gpu.gypi.orig 2012-11-28 04:01:27.000000000 +0200
+++ content/content_gpu.gypi 2012-12-04 22:06:17.000000000 +0200
@@ -95,7 +95,7 @@
'../third_party/amd/amd_videocard_info_win.cc',
],
}],
- ['OS=="linux"', {
+ ['OS=="linux" or os_bsd==1', {
'dependencies': [
'../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',
],
|