summaryrefslogtreecommitdiff
path: root/src/shared/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-11-12 15:30:01 +0100
committerLennart Poettering <lennart@poettering.net>2019-11-12 15:30:18 +0100
commit462255c65b7c5396acf7ada9ca04a4d640ea87e4 (patch)
tree77d5faf79a9cf6c6caf8a19fe74c8a91e026808c /src/shared/meson.build
parent91fc013fc48747b3f8c476763358bea0ca11cfba (diff)
downloadsystemd-462255c65b7c5396acf7ada9ca04a4d640ea87e4.tar.gz
meson: order list of dependencies of libshared alphabetically
Let's make merging patches against this more stable.
Diffstat (limited to 'src/shared/meson.build')
-rw-r--r--src/shared/meson.build12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/shared/meson.build b/src/shared/meson.build
index 135f285f4b..b3ae259b22 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())