From 7282fb4fb4861320539f2b7288f63e1d4f48749d Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 19 Jul 2017 14:12:54 +0200 Subject: Adaptations for Chromium 60 Change-Id: I536258e22c2ec143f2fd3f1cbda229e0611b6af4 Reviewed-by: Allan Sandfeld Jensen Reviewed-by: Qt CI Bot --- configure.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.json') diff --git a/configure.json b/configure.json index a176b845b..82c41a882 100644 --- a/configure.json +++ b/configure.json @@ -54,9 +54,9 @@ ] }, "webp": { - "label": "libwebp and libwebpdemux", + "label": "libwebp, libwebpmux and libwebpdemux", "sources": [ - { "type": "pkgConfig", "args": "libwebp libwebpdemux" } + { "type": "pkgConfig", "args": "libwebp libwebpmux libwebpdemux" } ] }, "nss": { @@ -192,7 +192,7 @@ "output": [ "privateFeature" ] }, "system-webp": { - "label": "libwebp and libwebpdemux", + "label": "libwebp, libwebpmux and libwebpdemux", "autoDetect": "config.unix", "condition": "libs.webp", "output": [ "privateFeature" ] -- cgit v1.2.3