summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-07-24 14:39:14 +0200
committerSven Eden <sven.eden@prydeworx.com>2018-10-29 10:18:30 +0100
commit006f1314353e9c5c49190ab8c1135d5b7c6d9b2c (patch)
tree6ba9ded24b6cecff22ff5b63a935613cc3d249ab
parent05d649b3705d4d55deb607aa18bcf725ed471b87 (diff)
meson: drop workaround
It was added way back, and seems to work fine now without it. (cherry picked from commit 5dbf13fa6c2d5311a9fc236a0a95c1babcc11937)
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6647e398b..d1af145cf 100644
--- a/meson.build
+++ b/meson.build
@@ -1566,7 +1566,6 @@ subdir('src/login')
libelogind_sym_path = '@0@/@1@'.format(meson.current_source_dir(), libelogind_sym)
libelogind = shared_library(
'elogind',
- 'src/systemd/sd-id128.h', # pick a header file at random to work around old meson bug
version : libelogind_version,
include_directories : includes,
link_args : ['-shared',