summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBiswapriyo Nath <nathbappai@gmail.com>2022-01-06 00:15:52 +0530
committerPatrick <tingping@tingping.se>2022-01-05 14:28:21 -0600
commitd889a8e019d29b26813e8ca3bb5989ec1a043a1b (patch)
treecfdfa5f9e41c777259eae76de98bae31d7bd2346
parent66f596822509c0d2adb3b90caba1edd09dd61d65 (diff)
meson: Remove unused wbemcore dependency
-rw-r--r--src/common/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/meson.build b/src/common/meson.build
index 6ca0f20c..84e2fca3 100644
--- a/src/common/meson.build
+++ b/src/common/meson.build
@@ -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'