Skip to content

Commit

Permalink
Add -lpthread
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed Sep 20, 2023
1 parent 9031698 commit f854bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RELATIVE_POINTER_PROTOCOL = $(WAYLAND_PROTOCOLS_DIR)/unstable/relative-pointer/r
WL_HEADERS = xdg-shell-client-protocol.h pointer-constraints-unstable-v1-client-protocol.h relative-pointer-unstable-v1-client-protocol.h
WL_CODE = xdg-shell-protocol.c pointer-constraints-protocol.c relative-pointer-protocol.c

LIBS=./libwayland-client.a ./libffi.a ./libxkbcommon.a
LIBS=./libwayland-client.a ./libffi.a ./libxkbcommon.a -lpthread

xdg-shell-client-protocol.h:
$(WAYLAND_SCANNER) client-header $(XDG_SHELL_PROTOCOL) xdg-shell-client-protocol.h
Expand Down

0 comments on commit f854bce

Please sign in to comment.