diff -u -r ../babl-0.1.70/tests/meson.build ./tests/meson.build --- ../babl-0.1.70/tests/meson.build 2019-08-02 16:16:52.000000000 +0000 +++ ./tests/meson.build 2019-08-08 09:58:14.015259147 +0000 @@ -41,7 +41,7 @@ test_name + '.c', include_directories: [ rootInclude, bablInclude, ], link_with: [ babl, ], - dependencies: [ thread, ], + dependencies: [ thread, log, ], export_dynamic: true, install: false, )