meson: Fix build of xwinclip tool when xcb is installed in non-default location
This commit is contained in:
parent
37b1c3d074
commit
8218c2383c
|
@ -28,6 +28,7 @@ srcs_xwinclip = [
|
|||
executable(
|
||||
'xwinclip',
|
||||
srcs_xwinclip,
|
||||
dependencies: dependency('xcb'),
|
||||
link_with: xwin_clipboard,
|
||||
link_args: ['-lgdi32', '-lpthread'],
|
||||
install: true,
|
||||
|
|
Loading…
Reference in New Issue