Update meson.build
added dependencies for window 10 dark theme title bar
This commit is contained in:
parent
de1ae957a9
commit
5b9e19a5d4
|
@ -69,6 +69,7 @@ if host_machine.system() == 'windows'
|
||||||
# Note that we need to explicitly add the windows socket DLL because
|
# Note that we need to explicitly add the windows socket DLL because
|
||||||
# the pkg-config file from reproc does not include it.
|
# 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('ws2_32', required: true)
|
||||||
|
lite_deps += meson.get_compiler('cpp').find_library('dwmapi', required: true)
|
||||||
endif
|
endif
|
||||||
#===============================================================================
|
#===============================================================================
|
||||||
# Install Configuration
|
# Install Configuration
|
||||||
|
|
Loading…
Reference in New Issue