meson cross-file: add libgcrypt-config support (needed by mpd)

https://github.com/MusicPlayerDaemon/MPD/pull/495
This commit is contained in:
MilhouseVH 2019-05-07 03:10:35 +01:00
parent fd7aa8e53b
commit acd4e82417

View File

@ -385,6 +385,7 @@ ar = '$AR'
strip = '$STRIP'
pkgconfig = '$PKG_CONFIG'
llvm-config = '$SYSROOT_PREFIX/usr/bin/llvm-config-host'
libgcrypt-config = '$SYSROOT_PREFIX/usr/bin/libgcrypt-config'
[host_machine]
system = 'linux'