]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qga-vss: Remove unused dependencies
authorKostiantyn Kostiuk <kkostiuk@redhat.com>
Mon, 25 Aug 2025 14:52:41 +0000 (17:52 +0300)
committerKostiantyn Kostiuk <kkostiuk@redhat.com>
Mon, 1 Sep 2025 11:02:18 +0000 (14:02 +0300)
Reviewed-by: Yan Vugenfirer <yvugenfi@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250825145241.170717-3-kkostiuk@redhat.com
Signed-off-by: Kostiantyn Kostiuk <kkostiuk@redhat.com>
qga/vss-win32/meson.build

index 0ac918910b4272c4dbe7f24c90871640ac8f4ddf..a6b810f12a5709786e30b766362ce0d6565b7be1 100644 (file)
@@ -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')
   ]
 )