[mutter] build: Make libmutter-cogl-path a dependency for test-journal



commit fe78467815bfc5b314282843f1859b7cdcf26396
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Nov 6 19:15:24 2018 -0200

    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,
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]