mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05:00
build: link with -pthread
Fixes the following FreeBSD error:
ld: error: undefined symbol: pthread_getschedparam
>>> referenced by realtime.c:25 (../sway/realtime.c:25)
>>> sway/sway.p/realtime.c.o:(set_rr_scheduling)
Fixes: a3a82efbf6 ("realtime: request SCHED_RR using CAP_SYS_NICE")
This commit is contained in:
parent
cab2189aa6
commit
a5c2e9fee0
2 changed files with 2 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ sway_deps = [
|
|||
glesv2,
|
||||
pixman,
|
||||
server_protos,
|
||||
threads,
|
||||
wayland_server,
|
||||
wlroots,
|
||||
xkbcommon,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue