blob: 6b93402be58cb403222f1ae55c7c032c797bb469 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- skia/skia_common.gypi.orig 2014-10-02 17:39:48 UTC
+++ skia/skia_common.gypi
@@ -61,7 +61,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',
|