aboutsummarylogtreecommitdiffstats
path: root/0030-Ignore-failing-pkg-config-test.patch
blob: cc89a8e378bf80de76c4b947e5179a649775f9c9 (plain)
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
From f99af5483b8c3d8b511db8476f4d738ff868886c Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Wed, 25 Jan 2017 21:08:48 +0100
Subject: [PATCH 30/33] Ignore failing pkg-config test

Didn't investigate why it fails, let's hope for the best
---
 configure.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.json b/configure.json
index 9914bf0487..d5b81d53f5 100644
--- a/configure.json
+++ b/configure.json
@@ -710,7 +710,6 @@
         "pkg-config": {
             "label": "Using pkg-config",
             "autoDetect": "!config.darwin && !config.win32",
-            "condition": "tests.pkg-config",
             "output": [
                 "publicFeature",
                 { "type": "publicQtConfig", "negative": true },
-- 
2.14.2