]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: drop workaround
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 24 Jul 2018 12:39:14 +0000 (14:39 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 11 Oct 2018 08:55:41 +0000 (10:55 +0200)
It was added way back, and seems to work fine now without it.

meson.build

index 1d5a4f924e7379a89da4cec26eed1caba35bc768..d25b724807fd658b393f4667134bc9b19458948d 100644 (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',