From fc06d42fc4c5ae0f1502385aa879aa8e62df773d Mon Sep 17 00:00:00 2001 From: "U-DELL-LAPTOP-VKI\\nikol" Date: Mon, 13 Dec 2021 18:26:39 +0300 Subject: [PATCH] added dwmapi dependecies --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 87544c7f..42d3c820 100644 --- a/meson.build +++ b/meson.build @@ -53,7 +53,8 @@ if not get_option('source-only') pcre2_dep = dependency('libpcre2-8') freetype_dep = dependency('freetype2') sdl_dep = dependency('sdl2', method: 'config-tool') - lite_deps = [lua_dep, sdl_dep, freetype_dep, pcre2_dep, libm, libdl, threads_dep] + win_dep = cc.find_library('dwmapi', required : true) + lite_deps = [lua_dep, sdl_dep, freetype_dep, pcre2_dep, libm, libdl, threads_dep, win_dep] endif #=============================================================================== # Install Configuration