]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson_options.txt
meson: fix gcrypt config option
authorMichael Biebl <biebl@debian.org>
Fri, 21 Apr 2017 21:45:54 +0000 (23:45 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 24 Apr 2017 23:25:33 +0000 (19:25 -0400)
commit76c8741060bd0f5f64d9c05fd6b402e4e6e4eb66
tree1d038da4653cca8529797e996ea5de93a4a5eae4
parent36f0387efc0d7d3a72a7b0e3c94e513b14505d04
meson: fix gcrypt config option

Also detect libgpg-error. Require both to be present for HAVE_CRYPT,
even though libgpg-error is only used in src/resolve. If one is available,
the other should be too, so it doesn't seem worth the trouble to make two
separate conditions.
meson.build
meson_options.txt
src/journal/meson.build
src/resolve/meson.build
src/shared/meson.build