mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
meson: Fix build of xwinclip tool when xcb is installed in non-default location
This commit is contained in:
@@ -28,6 +28,7 @@ srcs_xwinclip = [
|
||||
executable(
|
||||
'xwinclip',
|
||||
srcs_xwinclip,
|
||||
dependencies: dependency('xcb'),
|
||||
link_with: xwin_clipboard,
|
||||
link_args: ['-lgdi32', '-lpthread'],
|
||||
install: true,
|
||||
|
||||
Reference in New Issue
Block a user