view src/qtimageformats-1.patch @ 5281:9057112edb8e

* installer-files/post-install.bat: create qt.conf (Bug #57679)
author John Donoghue
date Wed, 29 Jan 2020 08:34:50 -0500
parents db6f82a0f476
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"
             ]
         }