From: Marc-André Lureau Date: Fri, 28 Aug 2020 11:07:20 +0000 (+0400) Subject: meson: declare tasn1 dependency X-Git-Tag: v5.2.0-rc0~129^2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ce0a45fa24b2dbb7d9e33eecad13a6fde962dbb;p=thirdparty%2Fqemu.git meson: declare tasn1 dependency Signed-off-by: Marc-André Lureau Message-Id: <20200828110734.1638685-3-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/meson.build b/meson.build index c0ba8cd6031..1ac4266d1f3 100644 --- a/meson.build +++ b/meson.build @@ -410,6 +410,11 @@ libdaxctl = not_found if 'CONFIG_LIBDAXCTL' in config_host libdaxctl = declare_dependency(link_args: config_host['LIBDAXCTL_LIBS'].split()) endif +tasn1 = not_found +if 'CONFIG_TASN1' in config_host + tasn1 = declare_dependency(compile_args: config_host['TASN1_CFLAGS'].split(), + link_args: config_host['TASN1_LIBS'].split()) +endif # Create config-host.h