Index: third_party/instrumented_libraries/instrumented_libraries.gyp |
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp |
index 339565eaf2ca135bab2781b82ae380fea5f4079c..195ce305d212bd7e6343de2f80c37bc7631cfb46 100644 |
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp |
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp |
@@ -321,6 +321,12 @@ |
'package_name': 'libxcb1', |
'dependencies=': [], |
'extra_configure_flags': ['--disable-build-docs'], |
+ 'conditions': [ |
+ ['"<(_ubuntu_release)"=="precise"', { |
+ # Backport fix for https://bugs.freedesktop.org/show_bug.cgi?id=54671 |
+ 'patch': 'patches/libxcb1.precise.diff', |
+ }], |
+ ], |
# Required on Trusty due to autoconf version mismatch. |
'run_before_build': 'scripts/autoreconf.sh', |
'includes': ['standard_instrumented_package_target.gypi'], |