You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
903 B
26 lines
903 B
From 0b188ab30b32fc16adbcb2da768edfa0ec1fc805 Mon Sep 17 00:00:00 2001
|
|
From: Konstantin Kostiuk <kkostiuk@redhat.com>
|
|
Date: Thu, 12 May 2022 15:41:43 +0000
|
|
Subject: [PATCH] qga-vss: Add auto generated headers to dependencies
|
|
|
|
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
|
|
---
|
|
qga/vss-win32/meson.build | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/qga/vss-win32/meson.build b/qga/vss-win32/meson.build
|
|
index 26c5dd6e0e..9483ccd3b8 100644
|
|
--- a/qga/vss-win32/meson.build
|
|
+++ b/qga/vss-win32/meson.build
|
|
@@ -7,7 +7,7 @@ link_args = cc.get_supported_link_arguments([
|
|
|
|
qga_vss = shared_module(
|
|
'qga-vss',
|
|
- ['requester.cpp', 'provider.cpp', 'install.cpp'],
|
|
+ ['requester.cpp', 'provider.cpp', 'install.cpp', genh],
|
|
name_prefix: '',
|
|
cpp_args: ['-Wno-unknown-pragmas', '-Wno-delete-non-virtual-dtor', '-Wno-non-virtual-dtor'],
|
|
link_args: link_args,
|
|
--
|
|
2.25.1
|