1
0
Fork 0

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.
This commit is contained in:
Georges Basile Stavracas Neto 2018-11-06 19:15:24 -02:00
parent d1c4c46281
commit fe78467815
No known key found for this signature in database
GPG key ID: 886C17EE170D1385

View file

@ -12,6 +12,7 @@ cogl_test_journal = executable('test-journal',
dependencies: [
cogl_deps,
libmutter_cogl_dep,
libmutter_cogl_path_dep,
],
install: false,
)