Index: meson.build
--- meson.build.orig
+++ meson.build
@@ -27,8 +27,6 @@ if is_freebsd
 	add_project_arguments('-D_C11_SOURCE', language: 'c')
 endif
 
-rt = cc.find_library('rt')
-
 wayland_client = dependency('wayland-client')
 wayland_protos = dependency('wayland-protocols', version: '>=1.31')
 wayland_scanner = dependency('wayland-scanner', version: '>=1.14.91', native: true)
@@ -100,7 +98,6 @@ executable(
 	include_directories: 'include',
 	dependencies: [
 		cairo,
-		rt,
 		gdk_pixbuf,
 		wayland_client,
 	],
