mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 11:58:59 +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
|
"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
|
||||||
|
@ -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": [
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user