From 5dbf13fa6c2d5311a9fc236a0a95c1babcc11937 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 24 Jul 2018 14:39:14 +0200 Subject: [PATCH] meson: drop workaround It was added way back, and seems to work fine now without it. --- meson.build | 1 - 1 file changed, 1 deletion(-) 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', -- 2.47.3