From 5b9e19a5d497fb8dc240171b354679549e159357 Mon Sep 17 00:00:00 2001 From: Nikolai Sinyov Date: Thu, 2 Sep 2021 17:32:09 +0300 Subject: [PATCH] Update meson.build added dependencies for window 10 dark theme title bar --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 3d5f9da9..1d74f81c 100644 --- a/meson.build +++ b/meson.build @@ -69,6 +69,7 @@ if host_machine.system() == 'windows' # Note that we need to explicitly add the windows socket DLL because # the pkg-config file from reproc does not include it. lite_deps += meson.get_compiler('cpp').find_library('ws2_32', required: true) + lite_deps += meson.get_compiler('cpp').find_library('dwmapi', required: true) endif #=============================================================================== # Install Configuration