mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-12 20:30:35 +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>
This commit is contained in:
parent
8363ef2764
commit
5bf3e5c832
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