Add missing Windows libs for printing - win32. During cross-compiling

This commit is contained in:
Melroy van den Berg
2022-02-26 17:24:30 +01:00
parent cf6627e11f
commit d3ffdd59f8
3 changed files with 3 additions and 3 deletions

View File

@ -683,7 +683,7 @@ if win32_enabled
else
pc_gdk_extra_libs += ['-Wl,-luuid']
endif
pc_gdk_extra_libs += ['-lwinmm', '-ldwmapi', '-lsetupapi', '-lcfgmgr32', '-lhid']
pc_gdk_extra_libs += ['-lwinmm', '-ldwmapi', '-lsetupapi', '-lcfgmgr32', '-lhid', '-lwinspool', '-lcomctl32', '-lcomdlg32']
backend_immodules += ['ime']
# Check whether libepoxy is built with EGL support on Windows