mirror of
https://github.com/brl/mutter.git
synced 2025-04-24 02:49:37 +00: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: [
|
dependencies: [
|
||||||
cogl_deps,
|
cogl_deps,
|
||||||
libmutter_cogl_dep,
|
libmutter_cogl_dep,
|
||||||
|
libmutter_cogl_path_dep,
|
||||||
],
|
],
|
||||||
install: false,
|
install: false,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user