From: Yan Vugenfirer <yvugenfi@redhat.com>
To: Kostiantyn Kostiuk <kkostiuk@redhat.com>
Cc: qemu-devel@nongnu.org, Michael Roth <michael.roth@amd.com>
Subject: Re: [PATCH 2/2] qga-vss: Remove unused dependencies
Date: Tue, 26 Aug 2025 08:29:58 +0300	[thread overview]
Message-ID: <CAGoVJZwcqsuOQaD2m_DvcsvgXRS0fCx8T+3VyE3+ViH7chGHfQ@mail.gmail.com> (raw)
In-Reply-To: <20250825145241.170717-3-kkostiuk@redhat.com>
On Mon, Aug 25, 2025 at 5:52 PM Kostiantyn Kostiuk <kkostiuk@redhat.com> wrote:
>
> Signed-off-by: Kostiantyn Kostiuk <kkostiuk@redhat.com>
> ---
>  qga/vss-win32/meson.build | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/qga/vss-win32/meson.build b/qga/vss-win32/meson.build
> index 0ac918910b..a6b810f12a 100644
> --- a/qga/vss-win32/meson.build
> +++ b/qga/vss-win32/meson.build
> @@ -13,13 +13,11 @@ qga_vss = shared_module(
>    link_args: link_args,
>    vs_module_defs: 'qga-vss.def',
>    dependencies: [
> -    glib,
>      socket,
>      cc.find_library('ole32'),
>      cc.find_library('oleaut32'),
>      cc.find_library('shlwapi'),
> -    cc.find_library('uuid'),
> -    cc.find_library('intl')
> +    cc.find_library('uuid')
>    ]
>  )
>
> --
> 2.50.1
>
Reviewed-by: Yan Vugenfirer <yvugenfi@redhat.com>
     prev parent reply	other threads:[~2025-08-26  5:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-25 14:52 [PATCH 0/2] qga-vss: Misc cleanup Kostiantyn Kostiuk
2025-08-25 14:52 ` [PATCH 1/2] qga-vss: Replace asserts with condition and report error Kostiantyn Kostiuk
2025-08-26  9:08   ` Yan Vugenfirer
2025-08-25 14:52 ` [PATCH 2/2] qga-vss: Remove unused dependencies Kostiantyn Kostiuk
2025-08-26  5:29   ` Yan Vugenfirer [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=CAGoVJZwcqsuOQaD2m_DvcsvgXRS0fCx8T+3VyE3+ViH7chGHfQ@mail.gmail.com \
    --to=yvugenfi@redhat.com \
    --cc=kkostiuk@redhat.com \
    --cc=michael.roth@amd.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).