From fe78467815bfc5b314282843f1859b7cdcf26396 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Tue, 6 Nov 2018 19:15:24 -0200 Subject: [PATCH] build: Make libmutter-cogl-path a dependency for test-journal Otherwise, it might trigger the actual race condition that Continuous is running into, and access the generated enum headers before they're created. --- cogl/tests/micro-perf/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/cogl/tests/micro-perf/meson.build b/cogl/tests/micro-perf/meson.build index 0c94bf77f..b6d93b2cf 100644 --- a/cogl/tests/micro-perf/meson.build +++ b/cogl/tests/micro-perf/meson.build @@ -12,6 +12,7 @@ cogl_test_journal = executable('test-journal', dependencies: [ cogl_deps, libmutter_cogl_dep, + libmutter_cogl_path_dep, ], install: false, )