meson: order list of dependencies of libshared alphabetically
authorLennart Poettering <lennart@poettering.net>
Tue, 12 Nov 2019 14:30:01 +0000 (15:30 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 12 Nov 2019 14:30:18 +0000 (15:30 +0100)
Let's make merging patches against this more stable.

src/shared/meson.build

index 135f285..b3ae259 100644 (file)
@@ -265,20 +265,20 @@ shared_sources += shared_generated_gperf_headers
 libshared_name = 'systemd-shared-@0@'.format(meson.project_version())
 
 libshared_deps = [threads,
-                  librt,
-                  libcap,
                   libacl,
+                  libblkid,
+                  libcap,
                   libcryptsetup,
                   libgcrypt,
+                  libidn,
                   libiptc,
                   libkmod,
+                  liblz4,
                   libmount,
+                  librt,
                   libseccomp,
                   libselinux,
-                  libidn,
-                  libxz,
-                  liblz4,
-                  libblkid]
+                  libxz]
 
 libshared_sym_path = '@0@/libshared.sym'.format(meson.current_source_dir())