mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
meson: List deps in multiple lines, to have better diffs on changes
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user