mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
build: Make dependency order consistent when generating introspection
Add first the internal/local dependencies, then the external dependencies. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2826>
This commit is contained in:
parent
83e505408c
commit
d8ef1b5b8b
@ -1185,8 +1185,8 @@ if have_introspection
|
||||
libmutter_clutter_gir[0],
|
||||
],
|
||||
dependencies: [
|
||||
mutter_deps,
|
||||
libmutter_dep,
|
||||
mutter_deps,
|
||||
],
|
||||
extra_args: mutter_c_args + introspection_args,
|
||||
install_dir_gir: pkglibdir,
|
||||
|
@ -36,10 +36,10 @@ tests_c_args = mutter_c_args
|
||||
subdir('meta-test')
|
||||
|
||||
tests_deps = [
|
||||
mutter_deps,
|
||||
libmutter_dep,
|
||||
libmutter_cogl_dep,
|
||||
libmutter_clutter_dep,
|
||||
libmutter_dep,
|
||||
mutter_deps,
|
||||
]
|
||||
|
||||
libmutter_test = shared_library(libmutter_test_name,
|
||||
|
Loading…
Reference in New Issue
Block a user