aboutsummarylogtreecommitdiffstats
path: root/0029-Ignore-failing-pkg-config-test.patch
diff options
context:
space:
mode:
Diffstat (limited to '0029-Ignore-failing-pkg-config-test.patch')
-rw-r--r--0029-Ignore-failing-pkg-config-test.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0029-Ignore-failing-pkg-config-test.patch b/0029-Ignore-failing-pkg-config-test.patch
new file mode 100644
index 000000000000..9b3cafb839b8
--- /dev/null
+++ b/0029-Ignore-failing-pkg-config-test.patch
@@ -0,0 +1,25 @@
+From e738cb4ecf057ce65d86e861de11df919227d421 Mon Sep 17 00:00:00 2001
+From: Martchus <martchus@gmx.net>
+Date: Wed, 25 Jan 2017 21:08:48 +0100
+Subject: [PATCH 29/31] 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 27b1460f93..7fca07351e 100644
+--- a/configure.json
++++ b/configure.json
+@@ -515,7 +515,6 @@
+ "pkg-config": {
+ "label": "Using pkg-config",
+ "autoDetect": "!config.darwin && !config.win32",
+- "condition": "tests.pkg-config",
+ "output": [
+ "publicFeature",
+ { "type": "publicQtConfig", "negative": true },
+--
+2.13.0
+