meson: drop workaround

It was added way back, and seems to work fine now without it.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-07-24 14:39:14 +02:00
parent 19d8c9c9b7
commit 5dbf13fa6c
1 changed files with 0 additions and 1 deletions

View File

@ -1380,7 +1380,6 @@ libjournal_core = static_library(
libsystemd_sym_path = '@0@/@1@'.format(meson.current_source_dir(), libsystemd_sym)
libsystemd = shared_library(
'systemd',
'src/systemd/sd-id128.h', # pick a header file at random to work around old meson bug
version : libsystemd_version,
include_directories : includes,
link_args : ['-shared',