From: Lennart Poettering Date: Tue, 12 Nov 2019 14:30:01 +0000 (+0100) Subject: meson: order list of dependencies of libshared alphabetically X-Git-Tag: v244-rc1~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=462255c65b7c5396acf7ada9ca04a4d640ea87e4;p=thirdparty%2Fsystemd.git meson: order list of dependencies of libshared alphabetically Let's make merging patches against this more stable. --- diff --git a/src/shared/meson.build b/src/shared/meson.build index 135f285f4b2..b3ae259b228 100644 --- a/src/shared/meson.build +++ b/src/shared/meson.build @@ -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())