]> git.sesse.net Git - nageru/commitdiff
Add a missing dependency on -pthread.
authorSteinar H. Gunderson <steinar+nageru@gunderson.no>
Fri, 18 Oct 2019 20:52:16 +0000 (22:52 +0200)
committerSteinar H. Gunderson <steinar+nageru@gunderson.no>
Fri, 18 Oct 2019 20:52:16 +0000 (22:52 +0200)
Patch by Morten Linderud.

meson.build

index fde9405193bcfae9e1d6c4b467d21beda42f4adf..8114abbd1992711ccf17991c4c346992b5995d22 100644 (file)
@@ -306,7 +306,7 @@ futatabi_shader_srcs = bin2h_gen.process(shaders)
 futatabi_srcs += futatabi_shader_srcs
 
 executable('futatabi', futatabi_srcs,
-       dependencies: [shareddep, qt5deps, libjpegdep, movitdep, libmicrohttpddep, protobufdep, sqlite3dep, vax11dep, vadrmdep, x11dep, libavformatdep, libavcodecdep, libavutildep, libswscaledep],
+       dependencies: [shareddep, qt5deps, libjpegdep, movitdep, libmicrohttpddep, protobufdep, sqlite3dep, vax11dep, vadrmdep, x11dep, threaddep, libavformatdep, libavcodecdep, libavutildep, libswscaledep],
        link_with: shared,
        include_directories: [include_directories('futatabi')],
        install: true)