mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
infra: ++wg_native package dependency
Windows might need a own library linking method.
This commit is contained in:
parent
a7f4d718f4
commit
5e6df3334b
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ source_file = [
|
||||||
'tvgWgShaderTypes.cpp'
|
'tvgWgShaderTypes.cpp'
|
||||||
]
|
]
|
||||||
|
|
||||||
#TODO: force the requirement, when the official wegpu package is distributed.
|
wgpu_dep = dependency('wgpu_native')
|
||||||
wgpu_dep = meson.get_compiler('cpp').find_library('wgpu_native', required: false)
|
|
||||||
|
|
||||||
engine_dep += [declare_dependency(
|
engine_dep += [declare_dependency(
|
||||||
dependencies : wgpu_dep,
|
dependencies : wgpu_dep,
|
||||||
|
|
Loading…
Add table
Reference in a new issue