meson: Remove unused wbemcore dependency

This commit is contained in:
Biswapriyo Nath 2022-01-06 00:15:52 +05:30 committed by Patrick
parent 66f5968225
commit d889a8e019
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ if host_machine.system() == 'windows'
]
common_sysinfo_deps += [
cc.find_library('wbemuuid'), # sysinfo
cc.find_library('wbemcore'),
]
common_sources += 'sysinfo/win32/backend.c'