Use dep_rt in amdgpu/meson.build
authorValentin Churavy <v.churavy@gmail.com>
Tue, 17 Nov 2020 19:51:04 +0000 (19:51 +0000)
committerValentin Churavy <v.churavy@gmail.com>
Mon, 11 Jan 2021 18:40:39 +0000 (13:40 -0500)
commit10dd3eb6d5ab6c1867e1ca9dd67756c152e6269e
tree2b66dcdc017eea5cd175583586f58c7a4aa4b671
parenta55042e2c677e907da87e523a31682f15a86a30b
Use dep_rt in amdgpu/meson.build

The amdgpu implementation uses `clock_gettime` so it needs to check whether it needs to link
against `-librt`.

Signed-off-by: Valentin Churavy <v.churavy@gmail.com>
amdgpu/meson.build