meson: List deps in multiple lines, to have better diffs on changes
This commit is contained in:
parent
9ebb3fd231
commit
d255a91e97
1 changed files with 8 additions and 1 deletions
|
@ -191,7 +191,14 @@ drivers_sources += configure_file(input: 'empty_file',
|
||||||
'\n'.join(drivers_type_list + [] + drivers_type_func)
|
'\n'.join(drivers_type_list + [] + drivers_type_func)
|
||||||
])
|
])
|
||||||
|
|
||||||
deps = [ mathlib_dep, glib_dep, gusb_dep, nss_dep, imaging_dep, gio_dep ]
|
deps = [
|
||||||
|
gio_dep,
|
||||||
|
glib_dep,
|
||||||
|
gusb_dep,
|
||||||
|
imaging_dep,
|
||||||
|
mathlib_dep,
|
||||||
|
nss_dep,
|
||||||
|
]
|
||||||
|
|
||||||
deps += declare_dependency(include_directories: [
|
deps += declare_dependency(include_directories: [
|
||||||
root_inc,
|
root_inc,
|
||||||
|
|
Loading…
Add table
Reference in a new issue