summaryrefslogtreecommitdiff
path: root/x11/qt5-qtlocation/patches/patch-src_location_configure.json
blob: eb28be28125df6e596ff742b261310f871580682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_location_configure.json,v 1.1 2018/01/20 11:00:38 markd Exp $

Only try building mapboxgl on linux

--- src/location/configure.json.orig	2017-12-27 21:34:22.148504065 +0000
+++ src/location/configure.json
@@ -37,7 +37,7 @@
             "condition": [
                 "features.opengl",
                 "features.c++14",
-                "!config.qnx && (!config.win32 || config.mingw)"
+                "config.linux && !config.qnx && (!config.win32 || config.mingw)"
             ],
             "output": [ "privateFeature" ]
         },