mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 14:47:58 +08:00
VM update January 2023 (#28895)
* Add libxcb-cursor-dev from https://github.com/microsoft/vcpkg/pull/28536/ * Update Pools.
This commit is contained in:
parent
92225e6ce4
commit
d73cbb6a27
@ -2,8 +2,8 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
variables:
|
||||
windows-pool: 'PrWin-2022-12-18'
|
||||
linux-pool: 'PrLin-2022-12-17'
|
||||
windows-pool: 'PrWin-2023-01-12'
|
||||
linux-pool: 'PrLin-2023-01-12'
|
||||
osx-pool: 'PrOsx-2022-02-04'
|
||||
|
||||
parameters:
|
||||
|
@ -47,6 +47,9 @@ APT_PACKAGES="$APT_PACKAGES libxkbcommon-dev libxcb-keysyms1-dev \
|
||||
libxcb-xfixes0-dev libxcb-shape0-dev libxcb-randr0-dev \
|
||||
libxcb-render-util0-dev libxcb-xinerama0-dev libxcb-xkb-dev libxcb-xinput-dev"
|
||||
|
||||
## required by xcb feature in qtbase
|
||||
APT_PACKAGES="$APT_PACKAGES libxcb-cursor-dev"
|
||||
|
||||
## required by libhdfs3
|
||||
APT_PACKAGES="$APT_PACKAGES libkrb5-dev"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user