mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:29:01 +08:00
[opensubdiv] Add feature opengl (#26940)
* [opensubdiv] Add feature opengl * modify port-version * x-add-version
This commit is contained in:
parent
c954a05164
commit
d752204646
@ -57,6 +57,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
"ptex" NO_PTEX
|
||||
"tbb" NO_TBB
|
||||
"tutorials" NO_TUTORIALS
|
||||
"opengl" NO_OPENGL
|
||||
)
|
||||
|
||||
set(OSD_EXTRA_OPTS)
|
||||
@ -84,7 +85,6 @@ vcpkg_cmake_configure(
|
||||
-DNO_GLTESTS=ON
|
||||
-DNO_CLEW=ON
|
||||
-DNO_METAL=ON
|
||||
-DNO_OPENGL=ON # missing glloader
|
||||
${FEATURE_OPTIONS}
|
||||
${OSD_EXTRA_OPTS}
|
||||
MAYBE_UNUSED_VARIABLES
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "opensubdiv",
|
||||
"version-semver": "3.4.3",
|
||||
"port-version": 4,
|
||||
"port-version": 5,
|
||||
"description": "An Open-Source subdivision surface library.",
|
||||
"homepage": "https://github.com/PixarAnimationStudios/OpenSubdiv",
|
||||
"license": "Apache-2.0",
|
||||
"supports": "!arm & !uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
@ -53,6 +54,9 @@
|
||||
"opencl"
|
||||
]
|
||||
},
|
||||
"opengl": {
|
||||
"description": "Enable OpenGL support"
|
||||
},
|
||||
"ptex": {
|
||||
"description": "Path to Ptex",
|
||||
"dependencies": [
|
||||
|
@ -5418,7 +5418,7 @@
|
||||
},
|
||||
"opensubdiv": {
|
||||
"baseline": "3.4.3",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"opentelemetry-cpp": {
|
||||
"baseline": "1.5.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a2aebb443eae8d15fc85fbeb0ffdb3774b1b09c8",
|
||||
"version-semver": "3.4.3",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "91fabcb273d865674e59979585b5f9a6739ad6c5",
|
||||
"version-semver": "3.4.3",
|
||||
|
Loading…
Reference in New Issue
Block a user