From d255a91e9796b133f9e781dd122f3f4827c4676d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 16 Dec 2019 18:46:07 +0100 Subject: [PATCH] meson: List deps in multiple lines, to have better diffs on changes --- libfprint/meson.build | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libfprint/meson.build b/libfprint/meson.build index 781ea81..a693f80 100644 --- a/libfprint/meson.build +++ b/libfprint/meson.build @@ -191,7 +191,14 @@ drivers_sources += configure_file(input: 'empty_file', '\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: [ root_inc,