mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
qt5-base: misleading list of system packages required (#16280)
* qt5-base: misleading list of system packages reqd qt5-base requires many more packages present than just a mere libxkbcommon-x11-dev currently suggested. Let's instead point users to thezure provision script, which a complete and an up-to-date list of them. * [qt5-base] bump version * update version record * Update ports/qt5-base/vcpkg.json * Update versions/q-/qt5-base.json Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
This commit is contained in:
parent
2a90d45fad
commit
7f17087407
@ -11,10 +11,9 @@ if (VCPKG_TARGET_IS_LINUX)
|
||||
message(WARNING "qt5-base currently requires some packages from the system package manager, see https://doc.qt.io/qt-5/linux-requirements.html")
|
||||
message(WARNING
|
||||
[[
|
||||
qt5-base for qt5-x11extras requires the following libraries from the system package manager:
|
||||
libxkbcommon-x11-dev
|
||||
|
||||
These can be installed on Ubuntu systems via apt-get install libxkbcommon-x11-dev.
|
||||
qt5-base for qt5-x11extras requires several libraries from the system package manager. Please refer to
|
||||
https://github.com/microsoft/vcpkg/blob/master/scripts/azure-pipelines/linux/provision-image.sh
|
||||
for a complete list of them.
|
||||
]]
|
||||
)
|
||||
endif()
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "qt5-base",
|
||||
"version-semver": "5.15.2",
|
||||
"port-version": 6,
|
||||
"port-version": 7,
|
||||
"description": "Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
|
||||
"homepage": "https://www.qt.io/",
|
||||
"dependencies": [
|
||||
|
@ -5010,7 +5010,7 @@
|
||||
},
|
||||
"qt5-base": {
|
||||
"baseline": "5.15.2",
|
||||
"port-version": 6
|
||||
"port-version": 7
|
||||
},
|
||||
"qt5-canvas3d": {
|
||||
"baseline": "0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0a2e6f5403e24e41109d28db0c2330f8254774f2",
|
||||
"version-semver": "5.15.2",
|
||||
"port-version": 7
|
||||
},
|
||||
{
|
||||
"git-tree": "96a7bf2a451b16e43b7adda9d0be8f07d853a090",
|
||||
"version-semver": "5.15.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user