summaryrefslogtreecommitdiff
path: root/amdgpu
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2018-02-07 14:20:52 +0000
committerEric Engestrom <eric.engestrom@imgtec.com>2018-03-09 17:12:02 +0000
commit5236de6cc1ee3759567e0fd8cd6260386b8d5b7e (patch)
treef7dea5ac7e775bb6114cb8b5de74f4e4e30ee2c8 /amdgpu
parenta5329cd990cd1b85e2755f708fd9e48ac06b99a7 (diff)
meson: use pkg-config to detect libatomic_ops
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'amdgpu')
-rw-r--r--amdgpu/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/amdgpu/meson.build b/amdgpu/meson.build
index 518b8504..f39d7bf6 100644
--- a/amdgpu/meson.build
+++ b/amdgpu/meson.build
@@ -37,7 +37,7 @@ libdrm_amdgpu = shared_library(
],
include_directories : [inc_root, inc_drm],
link_with : libdrm,
- dependencies : dep_pthread_stubs,
+ dependencies : [dep_pthread_stubs, dep_atomic_ops],
version : '1.0.0',
install : true,
)