From: Zbigniew Jędrzejewski-Szmek Date: Tue, 24 Jul 2018 12:39:14 +0000 (+0200) Subject: meson: drop workaround X-Git-Tag: v240~579^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5dbf13fa6c2d5311a9fc236a0a95c1babcc11937;p=thirdparty%2Fsystemd.git meson: drop workaround It was added way back, and seems to work fine now without it. --- diff --git a/meson.build b/meson.build index 1d5a4f924e7..d25b724807f 100644 --- a/meson.build +++ b/meson.build @@ -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',