From: Yu Watanabe Date: Mon, 6 Jan 2025 16:53:50 +0000 (+0900) Subject: meson: drop workaround for CentOS 8 X-Git-Tag: v258-rc1~1695^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=066e603ac641e22b1827ce36c9d55311fa44be6e;p=thirdparty%2Fsystemd.git meson: drop workaround for CentOS 8 CentOS 8 and RHEL 8 reached EOL. --- diff --git a/meson.build b/meson.build index 933133e6b11..881dfb43067 100644 --- a/meson.build +++ b/meson.build @@ -1351,10 +1351,6 @@ libgcrypt = dependency('libgcrypt', required : feature) libgpg_error = dependency('gpg-error', required : feature.disabled() ? feature : false) -if not libgpg_error.found() - # CentOS 8 does not provide the .pc file. - libgpg_error = cc.find_library('gpg-error', required : feature) -endif have = libgcrypt.found() and libgpg_error.found() if not have