build: properly link against rt
authorSimeon Schaub <simeondavidschaub99@gmail.com>
Mon, 21 Jun 2021 00:16:24 +0000 (02:16 +0200)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 17 Nov 2023 10:41:23 +0000 (19:41 +0900)
commitdaf5d99e34f649c90c994c8a0de9cb9cd9b773a1
treedb5536c42ecf8661acbb5b32f2d8744fbd1aa9a4
parentb4b5371664fc5eee0d842a54f68884f63123cbfc
build: properly link against rt

This is especially relevant for cross-compilation, since libevdev uses
`clock_gettime`.
This came up in https://github.com/JuliaPackaging/Yggdrasil/pull/3201.

Signed-off-by: Simeon Schaub <simeondavidschaub99@gmail.com>
meson.build