Update meson.build

added dependencies for window 10 dark theme title bar
This commit is contained in:
Nikolai Sinyov 2021-09-02 17:32:09 +03:00 committed by GitHub
parent de1ae957a9
commit 5b9e19a5d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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