[opensubdiv] Add feature opengl (#26940)

* [opensubdiv] Add feature opengl

* modify port-version

* x-add-version
This commit is contained in:
Lily Wang 2022-09-27 15:55:42 -07:00 committed by GitHub
parent c954a05164
commit d752204646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 3 deletions

View File

@ -57,6 +57,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
"ptex" NO_PTEX "ptex" NO_PTEX
"tbb" NO_TBB "tbb" NO_TBB
"tutorials" NO_TUTORIALS "tutorials" NO_TUTORIALS
"opengl" NO_OPENGL
) )
set(OSD_EXTRA_OPTS) set(OSD_EXTRA_OPTS)
@ -84,7 +85,6 @@ vcpkg_cmake_configure(
-DNO_GLTESTS=ON -DNO_GLTESTS=ON
-DNO_CLEW=ON -DNO_CLEW=ON
-DNO_METAL=ON -DNO_METAL=ON
-DNO_OPENGL=ON # missing glloader
${FEATURE_OPTIONS} ${FEATURE_OPTIONS}
${OSD_EXTRA_OPTS} ${OSD_EXTRA_OPTS}
MAYBE_UNUSED_VARIABLES MAYBE_UNUSED_VARIABLES

View File

@ -1,9 +1,10 @@
{ {
"name": "opensubdiv", "name": "opensubdiv",
"version-semver": "3.4.3", "version-semver": "3.4.3",
"port-version": 4, "port-version": 5,
"description": "An Open-Source subdivision surface library.", "description": "An Open-Source subdivision surface library.",
"homepage": "https://github.com/PixarAnimationStudios/OpenSubdiv", "homepage": "https://github.com/PixarAnimationStudios/OpenSubdiv",
"license": "Apache-2.0",
"supports": "!arm & !uwp", "supports": "!arm & !uwp",
"dependencies": [ "dependencies": [
{ {
@ -53,6 +54,9 @@
"opencl" "opencl"
] ]
}, },
"opengl": {
"description": "Enable OpenGL support"
},
"ptex": { "ptex": {
"description": "Path to Ptex", "description": "Path to Ptex",
"dependencies": [ "dependencies": [

View File

@ -5418,7 +5418,7 @@
}, },
"opensubdiv": { "opensubdiv": {
"baseline": "3.4.3", "baseline": "3.4.3",
"port-version": 4 "port-version": 5
}, },
"opentelemetry-cpp": { "opentelemetry-cpp": {
"baseline": "1.5.0", "baseline": "1.5.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "a2aebb443eae8d15fc85fbeb0ffdb3774b1b09c8",
"version-semver": "3.4.3",
"port-version": 5
},
{ {
"git-tree": "91fabcb273d865674e59979585b5f9a6739ad6c5", "git-tree": "91fabcb273d865674e59979585b5f9a6739ad6c5",
"version-semver": "3.4.3", "version-semver": "3.4.3",