From e9b9ff9f38abc82c0a5002d5e58a5c226b698f82 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Mon, 5 Mar 2018 19:25:08 -0500 Subject: Various fixes for mingw --- plugins/sysinfo/meson.build | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'plugins/sysinfo/meson.build') diff --git a/plugins/sysinfo/meson.build b/plugins/sysinfo/meson.build index 3781bd52..aac52e89 100644 --- a/plugins/sysinfo/meson.build +++ b/plugins/sysinfo/meson.build @@ -5,7 +5,8 @@ sysinfo_sources = [ sysinfo_deps = [ libgio_dep, - hexchat_plugin_dep + hexchat_plugin_dep, + common_sysinfo_deps, ] sysinfo_includes = [] @@ -41,7 +42,10 @@ if system == 'linux' or system == 'darwin' endif elif system == 'windows' - sysinfo_sources += 'win32/backend.c' + sysinfo_sources += [ + 'win32/backend.c', + '../../src/common/sysinfo/win32/backend.c' + ] else error('sysinfo: Unknown system?') endif -- cgit 1.4.1