meson: Always link libgallium_dri.so against dep_thread.
Somehow on my cross build the -pthread is getting lost. All the other deps seem to work out fine. Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Tested-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
@@ -134,6 +134,7 @@ libgallium_dri = shared_library(
|
||||
],
|
||||
dependencies : [
|
||||
gallium_dri_depends, dep_selinux, dep_expat, dep_libdrm, dep_llvm,
|
||||
dep_thread,
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user