diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-19 15:46:24 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-19 21:01:04 +0100 |
commit | e2485db796656beda0c45fc60aed2bb66d36070f (patch) | |
tree | ff82059197063498fe3e355b683776ff8a67b76f /community/chromium/chromium-libwebp-shim-r0.patch | |
parent | c40c42dae6e2da6c0bb0ce52f23dad837b330229 (diff) | |
download | aports-e2485db796656beda0c45fc60aed2bb66d36070f.tar.bz2 aports-e2485db796656beda0c45fc60aed2bb66d36070f.tar.xz |
community/chromium: upgrade to 71.0.3578.98
Diffstat (limited to 'community/chromium/chromium-libwebp-shim-r0.patch')
-rw-r--r-- | community/chromium/chromium-libwebp-shim-r0.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/community/chromium/chromium-libwebp-shim-r0.patch b/community/chromium/chromium-libwebp-shim-r0.patch deleted file mode 100644 index 04effddee0..0000000000 --- a/community/chromium/chromium-libwebp-shim-r0.patch +++ /dev/null @@ -1,43 +0,0 @@ -diff --git a/build/linux/unbundle/libwebp.gn b/build/linux/unbundle/libwebp.gn -index ab92adecf400..12574d87be58 100644 ---- ./build/linux/unbundle/libwebp.gn -+++ ./build/linux/unbundle/libwebp.gn -@@ -2,12 +2,34 @@ - # Use of this source code is governed by a BSD-style license that can be - # found in the LICENSE file. - -+import("//build/config/linux/pkg_config.gni") -+import("//build/shim_headers.gni") -+ -+pkg_config("system_libwebp") { -+ packages = [ -+ "libwebp", -+ "libwebpdemux", -+ "libwebpmux", -+ ] -+} -+ -+shim_headers("libwebp_shim") { -+ root_path = "src" -+ headers = [ -+ "webp/decode.h", -+ "webp/demux.h", -+ "webp/encode.h", -+ "webp/mux.h", -+ "webp/mux_types.h", -+ "webp/types.h", -+ ] -+} -+ - source_set("libwebp_webp") { -- libs = [ -- "webp", -- "webpdemux", -- "webpmux", -+ deps = [ -+ ":libwebp_shim", - ] -+ public_configs = [ ":system_libwebp" ] - } - - group("libwebp") { |