From: Junjie Mao <junjie.mao@hotmail.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH] rust: qemu-api-macros: always process subprojects before dependencies
Date: Fri, 08 Nov 2024 10:49:20 +0800 [thread overview]
Message-ID: <ME0P300MB10400AE739FA61AA3670E36D955D2@ME0P300MB1040.AUSP300.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <20241107092622.616487-1-pbonzini@redhat.com>
Paolo Bonzini <pbonzini@redhat.com> writes:
> Avoid looking for Rust dependencies via cmake.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Junjie Mao <junjie.mao@hotmail.com>
> ---
> rust/qemu-api-macros/meson.build | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/rust/qemu-api-macros/meson.build b/rust/qemu-api-macros/meson.build
> index 24325dea5c2..6f94a4bb3c2 100644
> --- a/rust/qemu-api-macros/meson.build
> +++ b/rust/qemu-api-macros/meson.build
> @@ -1,3 +1,7 @@
> +subproject('proc-macro2-1-rs', required: true)
> +subproject('quote-1-rs', required: true)
> +subproject('syn-2-rs', required: true)
> +
> quote_dep = dependency('quote-1-rs', native: true)
> syn_dep = dependency('syn-2-rs', native: true)
> proc_macro2_dep = dependency('proc-macro2-1-rs', native: true)
prev parent reply other threads:[~2024-11-08 2:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-07 9:26 [PATCH] rust: qemu-api-macros: always process subprojects before dependencies Paolo Bonzini
2024-11-08 2:49 ` Junjie Mao [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ME0P300MB10400AE739FA61AA3670E36D955D2@ME0P300MB1040.AUSP300.PROD.OUTLOOK.COM \
--to=junjie.mao@hotmail.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).