freebsd-ports/www/chromium/files/patch-skia__skia_chrome.gypi
Rene Ladan bf2ffcd66e www/chromium: update to 40.0.2214.93
Many thanks to Imre Vadasz for porting it to 40.0.2214.91. [1]

Obtained from:	https://github.com/gliaskos/freebsd-chromium/ pull request 8,9
MFH:		2015Q1
Security:	http://www.vuxml.org/freebsd/e30e0c99-a1b7-11e4-b85c-00262d5ed8ee.html
2015-01-28 17:01:15 +00:00

14 lines
403 B
Python

--- skia/skia_chrome.gypi.orig 2015-01-21 20:28:18 UTC
+++ skia/skia_chrome.gypi
@@ -87,6 +87,11 @@
'ext/vector_platform_device_skia.h',
],
'conditions': [
+ [ 'use_cairo == 1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:pangocairo',
+ ],
+ }],
[ 'OS == "android" and '
'enable_basic_printing==0 and enable_print_preview==0', {
'sources!': [