[materialx] Fix usage error (#42344)

This commit is contained in:
jim wang 2024-11-28 01:28:13 +00:00 committed by GitHub
parent 802aa3063a
commit dbdc9b3b82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 4 deletions

View File

@ -54,8 +54,6 @@ file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug/include"
# MaterialXGenShader explicitely install resources
"${CURRENT_PACKAGES_DIR}/resources"
"${CURRENT_PACKAGES_DIR}/debug/resources"
"${CURRENT_PACKAGES_DIR}/include/MaterialXRender/External/OpenImageIO"
# Based on how OSL does it, it could be that those `.mdl` source would be better located inside `libraries/pbrlib/genmdl/**`

View File

@ -1,7 +1,7 @@
{
"name": "materialx",
"version": "1.39.1",
"port-version": 1,
"port-version": 2,
"description": "MaterialX is an open standard for the exchange of rich material and look-development content across applications and renderers.",
"homepage": "https://www.materialx.org/",
"license": "Apache-2.0",

View File

@ -5818,7 +5818,7 @@
},
"materialx": {
"baseline": "1.39.1",
"port-version": 1
"port-version": 2
},
"mathc": {
"baseline": "2019-09-29",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a401e399f881b616c7767fc13722ef8c6c40fb14",
"version": "1.39.1",
"port-version": 2
},
{
"git-tree": "b003eaaf8c723849203b9ccfb642a332759f68f6",
"version": "1.39.1",