]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
meson_options.txt: Switch the default value for the vnc option to 'auto'
authorThomas Huth <thuth@redhat.com>
Fri, 3 Sep 2021 08:13:55 +0000 (10:13 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 30 Sep 2021 13:30:25 +0000 (15:30 +0200)
There is no reason why VNC should always be enabled and not be set to
the default value. We already switched the setting in the "configure"
script in commit 3a6a1256d4 ("configure: Allow vnc to get disabled with
--without-default-features"), so let's do that in meson_options.txt now,
too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20210903081358.956267-3-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson_options.txt

index a9a9b8f4c6a83a45a7a0e3a419b4677c27b9683d..2c89e79e8b1bf4b7ba02f600246f99fb2b57b1f0 100644 (file)
@@ -120,7 +120,7 @@ option('usb_redir', type : 'feature', value : 'auto',
        description: 'libusbredir support')
 option('virglrenderer', type : 'feature', value : 'auto',
        description: 'virgl rendering support')
-option('vnc', type : 'feature', value : 'enabled',
+option('vnc', type : 'feature', value : 'auto',
        description: 'VNC server')
 option('vnc_jpeg', type : 'feature', value : 'auto',
        description: 'JPEG lossy compression for VNC server')