mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 03:30:04 +01:00
meson: Fix build of xwinclip tool when xcb is installed in non-default location
This commit is contained in:
parent
37b1c3d074
commit
8218c2383c
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ srcs_xwinclip = [
|
|||
executable(
|
||||
'xwinclip',
|
||||
srcs_xwinclip,
|
||||
dependencies: dependency('xcb'),
|
||||
link_with: xwin_clipboard,
|
||||
link_args: ['-lgdi32', '-lpthread'],
|
||||
install: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue