5 Star 0 Fork 6

OpenCloudOS Stream/qt5-qtlocation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
qtlocation-fix-build-qtlabs-location-qml-plugin.patch 911 Bytes
一键复制 编辑 原始数据 按行查看 历史
edwardewang 提交于 2024-01-19 10:33 . Upgrade to 5.15.11
From 48a17e88fc1df5b6ae82a9787466226c830bcbf2 Mon Sep 17 00:00:00 2001
From: Antonio Rojas <arojas@archlinux.org>
Date: Thu, 17 Mar 2022 18:40:27 +0100
Subject: [PATCH] Fix build of Qt.labs.location QML plugin
Should be conditional on "features.opengl", not on "config.opengl"
---
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 6d01a9a37..d1e623a1e 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": {
--
GitLab
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/qt5-qtlocation.git
git@gitee.com:opencloudos-stream/qt5-qtlocation.git
opencloudos-stream
qt5-qtlocation
qt5-qtlocation
master

搜索帮助