aboutsummaryrefslogtreecommitdiff
path: root/ports/mesa/CONTROL
diff options
context:
space:
mode:
authorYury Bura <yurybura@gmail.com>2021-06-30 02:08:28 +0300
committerGitHub <noreply@github.com>2021-06-29 16:08:28 -0700
commitc482408411c875135023ef6ebf645e823233bbbb (patch)
tree28e7df7a773db241d6106e3c671f354e97ec86b1 /ports/mesa/CONTROL
parent75beef03d64893d685ec09346147965ee92e1f3f (diff)
downloadvcpkg-c482408411c875135023ef6ebf645e823233bbbb.tar.gz
vcpkg-c482408411c875135023ef6ebf645e823233bbbb.zip
[llvm] update to 12.0.0, enable zlib and libxml2 (#17302)
* [llvm] update to 12.0.0, enable zlib and libxml2 * [llvm] disable libxml2 by default, arm64-windows should be supported * [llvm] try to fix build with ffi on Windows #17663 * [llvm] re-enable libxml2 * [llvm] fix formatting * [llvm] overwrite version * [mesa] update to v21.1.0 * [llvm] update ci.baseline * [halide] update to the latest master commit * [llvm] disable libxml2 port until complete PR #15390 * update versions * [llvm] fix disabling of external libraries * update version * update ci.baseline * update ci.baseline * fix typo * [llvm] fix libxml2 (depends on #17945) * revert "[halide] update to the latest master commit" * update versions * [halide] fix zlib dependency for tools * update versions * [halide] update to official release v12.0.0 * update versions * [halide] update to v12.0.1 * update version * [mesa] remove llvm from defaults * update version * update ci.baseline * [mesa] update to v21.1.2 and fix build with LLVM on Windows * [llvm] allow to build libunwind project on Windows * update versions * [mesa] update ci.baseline.txt to disable x64-windows-static-md, may be fixed in the PR #18495
Diffstat (limited to 'ports/mesa/CONTROL')
-rw-r--r--ports/mesa/CONTROL32
1 files changed, 0 insertions, 32 deletions
diff --git a/ports/mesa/CONTROL b/ports/mesa/CONTROL
deleted file mode 100644
index 8ad3e5474..000000000
--- a/ports/mesa/CONTROL
+++ /dev/null
@@ -1,32 +0,0 @@
-Source: mesa
-Version: 20.2.2
-Port-Version: 1
-Homepage: https://www.mesa3d.org/
-Description: Mesa - The 3D Graphics Library
-Build-Depends: zlib, zstd, tool-meson
-Default-Features: default-features
-Supports: !(windows&arm)
-
-Feature: default-features
-Description: Platform dependent default features
-Build-Depends: mesa[core,llvm](x64), mesa[core,opengl], mesa[core,gles1], mesa[core,gles2]
-
-Feature: llvm
-Description: Build with llvmpipe
-Build-Depends: llvm[core]
-
-Feature: gles1
-Description: Build support for OpenGL ES 1.x
-Build-Depends: mesa[core]
-
-Feature: gles2
-Description: Build support for OpenGL ES 2.x and 3.x
-Build-Depends: mesa[core]
-
-Feature: opengl
-Description: Build support for OpenGL (all versions)
-Build-Depends: mesa[core]
-
-Feature: egl
-Description: Build support for EGL platform
-Build-Depends: mesa[core] \ No newline at end of file