mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 07:20:08 +01:00
hw/xwin/winclipboard: Link xwinclip with -lpthread
Link xwinclip with -lpthread to fix build for MinGW
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
(cherry picked from commit 5bf3e5c832)
This commit is contained in:
parent
5ea517fd39
commit
36bba39db1
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ xwinclip_SOURCES = xwinclip.c debug.c
|
|||
|
||||
xwinclip_CFLAGS = $(XWINMODULES_CFLAGS)
|
||||
|
||||
xwinclip_LDADD = libXWinclipboard.la $(XWINMODULES_LIBS) -lgdi32
|
||||
xwinclip_LDADD = libXWinclipboard.la $(XWINMODULES_LIBS) -lgdi32 -lpthread
|
||||
|
||||
include $(top_srcdir)/manpages.am
|
||||
appman_PRE = xwinclip.man
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue