mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-03 01:17:46 +03:00
meson: replace 'gui_app' with 'windows_subsystem'
The former is deprecated since 0.56 Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
734e6ed700
commit
b379d28678
@ -157,7 +157,7 @@ if libvirt_dep.found()
|
||||
link_args: gui_security_link_args,
|
||||
include_directories: top_include_dir,
|
||||
install: true,
|
||||
gui_app: true,
|
||||
win_subsystem: 'windows',
|
||||
)
|
||||
endif
|
||||
|
||||
@ -169,7 +169,7 @@ executable(
|
||||
link_args: gui_security_link_args,
|
||||
include_directories: top_include_dir,
|
||||
install: true,
|
||||
gui_app: true,
|
||||
win_subsystem: 'windows',
|
||||
)
|
||||
|
||||
if host_machine.system() == 'windows'
|
||||
|
Loading…
Reference in New Issue
Block a user