summarylogtreecommitdiffstats
path: root/chromium-system-zlib.patch
diff options
context:
space:
mode:
authorMichael Lass2019-09-21 15:14:53 +0200
committerMaxim Baz2019-09-21 15:14:53 +0200
commit0ff5ae017afb912bb7fe2cbefe87fbefc3254130 (patch)
tree9c2b0dd72395dcbb258d3d64e13c2972538b031d /chromium-system-zlib.patch
parent865d6b99b15491fc2ae591eef0a19d08984fbe96 (diff)
downloadaur-0ff5ae017afb912bb7fe2cbefe87fbefc3254130.tar.gz
chromium-vaapi: update to 77.0.3865.90-1 (#10)
Diffstat (limited to 'chromium-system-zlib.patch')
-rw-r--r--chromium-system-zlib.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/chromium-system-zlib.patch b/chromium-system-zlib.patch
new file mode 100644
index 000000000000..d6c45ad816d8
--- /dev/null
+++ b/chromium-system-zlib.patch
@@ -0,0 +1,25 @@
+From e1bbdec720a333937bd1b990ae0f7ee97db0d3b0 Mon Sep 17 00:00:00 2001
+From: Your Name <you@example.com>
+Date: Fri, 28 Jun 2019 15:56:23 +0000
+Subject: [PATCH] update zlib
+
+---
+ third_party/perfetto/gn/BUILD.gn | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/third_party/perfetto/gn/BUILD.gn b/third_party/perfetto/gn/BUILD.gn
+index c951f5f..297eee3 100644
+--- a/third_party/perfetto/gn/BUILD.gn
++++ b/third_party/perfetto/gn/BUILD.gn
+@@ -200,7 +200,7 @@ group("zlib") {
+ "//buildtools:zlib",
+ ]
+ } else if (build_with_chromium) {
+- public_configs = [ "//third_party/zlib:zlib_config" ]
++ public_configs = [ "//third_party/zlib:system_zlib" ]
+ public_deps = [
+ "//third_party/zlib",
+ ]
+--
+2.21.0
+