Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Jul 25, 2023
1 parent 1291eed commit aa134e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ports/skia/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ declare_external_from_pkgconfig(libpng)
declare_external_from_pkgconfig(libwebp MODULES libwebpdecoder libwebpdemux libwebpmux libwebp)
declare_external_from_pkgconfig(zlib)

declare_external_from_vcpkg(vulkan-headers)
declare_external_from_vcpkg(vulkan_headers PATH third_party/externals/vulkan-headers)

set(known_cpus x86 x64 arm arm64 wasm)
if(NOT VCPKG_TARGET_ARCHITECTURE IN_LIST known_cpus)
Expand Down Expand Up @@ -176,7 +176,7 @@ endif()

if("vulkan" IN_LIST FEATURES)
list(APPEND required_externals
vulkan-headers
vulkan_headers
vulkan-tools
)
string(APPEND OPTIONS " skia_use_vulkan=true")
Expand Down Expand Up @@ -220,8 +220,8 @@ They can be installed on Debian based systems via
tint
jinja2
markupsafe
vulkan_headers
## Remove
vulkan-headers
vulkan-tools
abseil-cpp
## REMOVE ^
Expand Down
2 changes: 1 addition & 1 deletion versions/s-/skia.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "8cb4d130308a468fb8c2989a0440b2b6a9cc2bff",
"git-tree": "8dbaadde4771352dee962d3646f0623ea35f803d",
"version": "0.36.0",
"port-version": 8
},
Expand Down

0 comments on commit aa134e2

Please sign in to comment.