From f8bb2b17ff7068d9074baaa532f5e251043e953d Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Thu, 29 Sep 2022 09:55:48 +0100 Subject: [PATCH] detect OpenGL correctly Forwarded: no Last-Update: 2022-03-07 Gbp-Pq: Name opengl.diff --- src/location/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/location/configure.json b/src/location/configure.json index 6d01a9a..d1e623a 100644 --- a/src/location/configure.json +++ b/src/location/configure.json @@ -9,7 +9,7 @@ "label": "Qt.labs.location experimental QML plugin", "purpose": "Provides experimental QtLocation QML types", "section": "Location", - "condition": "config.opengl", + "condition": "features.opengl", "output": [ "privateFeature" ] }, "geoservices_osm": { -- 2.30.2