summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2025-01-06 17:53:50 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2025-01-06 18:06:04 +0100
commit066e603ac641e22b1827ce36c9d55311fa44be6e (patch)
tree6ca2e58a8b51bc35797ebab4628ad7a82894888c /meson.build
parentdocs: replace link to RHEL7 document with RHEL9 documents (diff)
downloadsystemd-066e603ac641e22b1827ce36c9d55311fa44be6e.tar.xz
systemd-066e603ac641e22b1827ce36c9d55311fa44be6e.zip
meson: drop workaround for CentOS 8
CentOS 8 and RHEL 8 reached EOL.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 933133e6b1..881dfb4306 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