summaryrefslogtreecommitdiff
path: root/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_linux_unbundle_libwebp.gn
blob: d18189193bf7f6c41130531c0d1c7015ead462a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- src/3rdparty/chromium/build/linux/unbundle/libwebp.gn.orig	2018-11-13 18:25:11 UTC
+++ src/3rdparty/chromium/build/linux/unbundle/libwebp.gn
@@ -14,14 +14,15 @@ pkg_config("system_libwebp") {
 }
 
 shim_headers("libwebp_shim") {
-  root_path = "src"
+  root_path = "src/webp"
+  prefix = "webp/"
   headers = [
-    "webp/decode.h",
-    "webp/demux.h",
-    "webp/encode.h",
-    "webp/mux.h",
-    "webp/mux_types.h",
-    "webp/types.h",
+    "decode.h",
+    "demux.h",
+    "encode.h",
+    "mux.h",
+    "mux_types.h",
+    "types.h",
   ]
 }