Skip to content

meson: drop pthread-stubs on BSDs

Jan Beich requested to merge (removed):pthread-stubs into main

Drop pointless dependency poisoning build of every VAAPI and OpenCL driver. NetBSD already disables downstream by overriding PTHREADSTUBS_LIBS.

libdrm doesn't install static libraries since 56b07338, so this mainly affects subprojects. However, any project that bundles likely uses old version and has broken BSD support.

CC @nia, @manu

Merge request reports