meson.build (518b0d800b5ab046b72fac423ace7549ab187329) meson.build (bad0001eeb34484c4595c3862e14a4ee22a3abee)
1if not have_ga
2 if get_option('guest_agent_msi').enabled()
3 error('Guest agent MSI requested, but the guest agent is not being built')
4 endif
5 have_qga_vss = false
6 subdir_done()
7endif
8

--- 61 unchanged lines hidden (view full) ---

70qga_ss.add(when: 'CONFIG_POSIX', if_true: files(
71 'channel-posix.c',
72 'commands-posix.c',
73 'commands-posix-ssh.c',
74))
75qga_ss.add(when: 'CONFIG_LINUX', if_true: files(
76 'commands-linux.c',
77))
1if not have_ga
2 if get_option('guest_agent_msi').enabled()
3 error('Guest agent MSI requested, but the guest agent is not being built')
4 endif
5 have_qga_vss = false
6 subdir_done()
7endif
8

--- 61 unchanged lines hidden (view full) ---

70qga_ss.add(when: 'CONFIG_POSIX', if_true: files(
71 'channel-posix.c',
72 'commands-posix.c',
73 'commands-posix-ssh.c',
74))
75qga_ss.add(when: 'CONFIG_LINUX', if_true: files(
76 'commands-linux.c',
77))
78qga_ss.add(when: 'CONFIG_BSD', if_true: files(
79 'commands-bsd.c',
80))
78qga_ss.add(when: 'CONFIG_WIN32', if_true: files(
79 'channel-win32.c',
80 'commands-win32.c',
81 'service-win32.c',
82 'vss-win32.c'
83))
84
85qga_ss = qga_ss.apply(config_host, strict: false)

--- 90 unchanged lines hidden ---
81qga_ss.add(when: 'CONFIG_WIN32', if_true: files(
82 'channel-win32.c',
83 'commands-win32.c',
84 'service-win32.c',
85 'vss-win32.c'
86))
87
88qga_ss = qga_ss.apply(config_host, strict: false)

--- 90 unchanged lines hidden ---