summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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'