[qwt] Fix missing feature dependency (#29537)

* [qwt fix dependency]

* v db

* empty
This commit is contained in:
Alexander Neumann 2023-02-09 20:00:48 +01:00 committed by GitHub
parent cc4a86714e
commit 3457eb9ff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{ {
"name": "qwt", "name": "qwt",
"version": "6.2.0+20220616", "version": "6.2.0+20220616",
"port-version": 1,
"description": "qt widgets library for technical applications", "description": "qt widgets library for technical applications",
"homepage": "https://sourceforge.net/projects/qwt", "homepage": "https://sourceforge.net/projects/qwt",
"license": null, "license": null,
@ -11,6 +12,7 @@
"features": [ "features": [
"concurrent", "concurrent",
"gui", "gui",
"opengl",
"widgets" "widgets"
] ]
}, },

View File

@ -6638,7 +6638,7 @@
}, },
"qwt": { "qwt": {
"baseline": "6.2.0+20220616", "baseline": "6.2.0+20220616",
"port-version": 0 "port-version": 1
}, },
"qwtw": { "qwtw": {
"baseline": "3.1.0", "baseline": "3.1.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "1b200939b471ac5ff1f02f62ed38715d4efc6df8",
"version": "6.2.0+20220616",
"port-version": 1
},
{ {
"git-tree": "a1b3566c4c60065d5ace2db38b6ce97543534e6f", "git-tree": "a1b3566c4c60065d5ace2db38b6ce97543534e6f",
"version": "6.2.0+20220616", "version": "6.2.0+20220616",