mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
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:
parent
d1c4c46281
commit
fe78467815
@ -12,6 +12,7 @@ cogl_test_journal = executable('test-journal',
|
||||
dependencies: [
|
||||
cogl_deps,
|
||||
libmutter_cogl_dep,
|
||||
libmutter_cogl_path_dep,
|
||||
],
|
||||
install: false,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user