Obtained from: freebsd-chromium@ (especially Carlos Medina) MFH: 2014Q3 Security: http://www.vuxml.org/freebsd/fd5f305d-2d3d-11e4-aa3d-00262d5ed8ee.html
11 lines
424 B
Python
11 lines
424 B
Python
--- ./gpu/gpu_config.gypi.orig 2014-08-20 21:02:38.000000000 +0200
|
|
+++ ./gpu/gpu_config.gypi 2014-08-22 15:06:26.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:x11',
|
|
'../build/linux/system.gyp:xext',
|