aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-05-30 18:25:01 +0200
committerLibravatar Kenny Levinsen <kl@kl.wtf>2022-05-30 18:40:26 +0200
commita5c2e9fee073448db8985fd54265b6b52b2dbcf2 (patch)
tree5cf4c82efd544036a50cfa124098e19c53a94a6f /sway/meson.build
parentsway: add bindgesture command (diff)
downloadsway-a5c2e9fee073448db8985fd54265b6b52b2dbcf2.tar.gz
sway-a5c2e9fee073448db8985fd54265b6b52b2dbcf2.tar.zst
sway-a5c2e9fee073448db8985fd54265b6b52b2dbcf2.zip
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: a3a82efbf6b5 ("realtime: request SCHED_RR using CAP_SYS_NICE")
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 5dd9cad2..47c59dd5 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -220,6 +220,7 @@ sway_deps = [
220 glesv2, 220 glesv2,
221 pixman, 221 pixman,
222 server_protos, 222 server_protos,
223 threads,
223 wayland_server, 224 wayland_server,
224 wlroots, 225 wlroots,
225 xkbcommon, 226 xkbcommon,