aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-gpu__gpu_config.gypi
blob: 68dcb3b79f2669b522ffd008b6e653ab757c303a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./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',