aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/omx/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/omx/meson.build')
-rw-r--r--src/gallium/targets/omx/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/omx/meson.build b/src/gallium/targets/omx/meson.build
index 0a748106b5c..d35b06f7d8d 100644
--- a/src/gallium/targets/omx/meson.build
+++ b/src/gallium/targets/omx/meson.build
@@ -45,7 +45,7 @@ libomx_gallium = shared_library(
libpipe_loader_static, libws_null, libwsw, libswdri, libswkmsdri,
],
link_depends : omx_link_depends,
- dependencies : [dep_thread, idep_mesautil, driver_r600, driver_radeonsi, driver_nouveau],
+ dependencies : [idep_mesautil, driver_r600, driver_radeonsi, driver_nouveau],
install : true,
install_dir : omx_drivers_path,
)