mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 08:03:22 +08:00
[qt5-base] Add Xorg dependency libxcursor-dev (#11371)
This commit is contained in:
parent
47e9a1d1c1
commit
28d7a5e016
@ -1,5 +1,5 @@
|
||||
Source: qt5-base
|
||||
Version: 5.12.8-2
|
||||
Version: 5.12.8-3
|
||||
Homepage: https://www.qt.io/
|
||||
Description: Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.
|
||||
Build-Depends: zlib, libjpeg-turbo, libpng, freetype, pcre2, harfbuzz, sqlite3, libpq, double-conversion, openssl, angle (!windows), egl-registry, icu (!uwp), fontconfig (!windows)
|
||||
|
@ -6,6 +6,10 @@ else()
|
||||
option(QT_OPENSSL_LINK "Link against OpenSSL at compile-time." OFF)
|
||||
endif()
|
||||
|
||||
if (VCPKG_TARGET_IS_LINUX)
|
||||
message(WARNING "${PORT} currently requires the following libraries from the system package manager:\n libx11-xcb-dev\n\nThese can be installed on Ubuntu systems via apt-get install libx11-xcb-dev.")
|
||||
endif()
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
|
||||
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user