[angle] update list of required apt packages (#26815)

* [angle] fix the name of Ubuntu/Debian mesa dev package

* [angle] update version
This commit is contained in:
Dawid Wróbel 2022-09-29 23:30:01 +02:00 committed by GitHub
parent 07e0d8cb4f
commit 2f0a16b5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,6 @@
if (VCPKG_TARGET_IS_LINUX)
message(WARNING "Building with a gcc version less than 6.1 is not supported.")
message(WARNING "${PORT} currently requires the following libraries from the system package manager:\n libx11-dev\n libmesa-dev\n libxi-dev\n libxext-dev\n\nThese can be installed on Ubuntu systems via apt-get install libx11-dev libmesa-dev libxi-dev libxext-dev.")
message(WARNING "${PORT} currently requires the following libraries from the system package manager:\n libx11-dev\n mesa-common-dev\n libxi-dev\n libxext-dev\n\nThese can be installed on Ubuntu systems via apt-get install libx11-dev mesa-common-dev libxi-dev libxext-dev.")
endif()
if (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86")

View File

@ -1,7 +1,7 @@
{
"name": "angle",
"version-string": "chromium_4472",
"port-version": 3,
"port-version": 4,
"description": [
"A conformant OpenGL ES implementation for Windows, Mac and Linux.",
"The goal of ANGLE is to allow users of multiple operating systems to seamlessly run WebGL and other OpenGL ES content by translating OpenGL ES API calls to one of the hardware-supported APIs available for that platform. ANGLE currently provides translation from OpenGL ES 2.0 and 3.0 to desktop OpenGL, OpenGL ES, Direct3D 9, and Direct3D 11. Support for translation from OpenGL ES to Vulkan is underway, and future plans include compute shader support (ES 3.1) and MacOS support."

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d88baa0c355514a753460f90afb0451434460484",
"version-string": "chromium_4472",
"port-version": 4
},
{
"git-tree": "c3b63c0d8bf584235c057cb40486152ebe3fa0a6",
"version-string": "chromium_4472",

View File

@ -102,7 +102,7 @@
},
"angle": {
"baseline": "chromium_4472",
"port-version": 3
"port-version": 4
},
"antlr4": {
"baseline": "4.10.1",