view src/qtimageformats-1.patch @ 5250:db6f82a0f476

Qt5: Update to 5.14.0 * src/qtbase-1-fixes.patch, src/qtimageformats-1.patch: update patch * src/qtbase.mk: update version/checksum * src/qtimageformats.mk, src/qtsvg.mk, src/qttools.mk, src/qttranslations.mk: update checksum
author John Donoghue <john.donoghue@ieee.org>
date Wed, 01 Jan 2020 09:06:13 -0500
parents f0fb4aebfcd0
children
line wrap: on
line source

This file is part of MXE. See LICENSE.md for licensing information.

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Mark Brand <mabrand@mabrand.nl>
Date: Mon, 17 Jun 2019 13:54:23 +0200
Subject: [PATCH 1/1] use pkgconfig


diff --git a/src/imageformats/configure.json b/src/imageformats/configure.json
index 1111111..2222222 100644
--- a/src/imageformats/configure.json
+++ b/src/imageformats/configure.json
@@ -55,6 +55,7 @@
                 ]
             },
             "sources": [
+                { "type": "pkgConfig", "args": "libmng" },
                 "-lmng"
             ]
         },
@@ -82,6 +83,7 @@
                 ]
             },
             "sources": [
+                { "type": "pkgConfig", "args": "libtiff-4" },
                 "-ltiff"
             ]
         },
@@ -112,6 +114,7 @@
                 ]
             },
             "sources": [
+                { "type": "pkgConfig", "args": "libwebp libwebpdemux libwebpmux" },
                 "-lwebp -lwebpdemux -lwebpmux"
             ]
         }