meson: Fix build of xwinclip tool when xcb is installed in non-default location

This commit is contained in:
Jon Turney 2020-05-06 16:55:43 +01:00
parent 37b1c3d074
commit 8218c2383c

View File

@ -28,6 +28,7 @@ srcs_xwinclip = [
executable( executable(
'xwinclip', 'xwinclip',
srcs_xwinclip, srcs_xwinclip,
dependencies: dependency('xcb'),
link_with: xwin_clipboard, link_with: xwin_clipboard,
link_args: ['-lgdi32', '-lpthread'], link_args: ['-lgdi32', '-lpthread'],
install: true, install: true,