aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-skia__skia_common.gypi
blob: e8cb9f4c48f253ac7719bdbd156af659cac3adbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./skia/skia_common.gypi.orig	2014-08-20 21:03:15.000000000 +0200
+++ ./skia/skia_common.gypi	2014-08-22 15:06:26.000000000 +0200
@@ -66,7 +66,7 @@
     }],
 
     #Settings for text blitting, chosen to approximate the system browser.
-    [ 'OS == "linux"', {
+    [ 'OS == "linux" or os_bsd == 1', {
       'defines': [
         'SK_GAMMA_EXPONENT=1.2',
         'SK_GAMMA_CONTRAST=0.2',