summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini2021-01-07 14:02:29 +0100
committerPaolo Bonzini2021-01-12 12:38:03 +0100
commit1b6954713fee49452077ebc09a8cf76b18cfe04e (patch)
treeb001dc166678c8434933ef6e51b7c3296db33b20 /meson_options.txt
parentconfigure: move X11 detection to Meson (diff)
downloadqemu-1b6954713fee49452077ebc09a8cf76b18cfe04e.tar.gz
qemu-1b6954713fee49452077ebc09a8cf76b18cfe04e.tar.xz
qemu-1b6954713fee49452077ebc09a8cf76b18cfe04e.zip
configure: move GTK+ detection to Meson
This also allows removing CONFIG_NEED_X11, all the ingredients can be computed easily in meson.build. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7948a8255c..72a3ca22d6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -74,6 +74,8 @@ option('lzo', type : 'feature', value : 'auto',
description: 'lzo compression support')
option('rbd', type : 'feature', value : 'auto',
description: 'Ceph block device driver')
+option('gtk', type : 'feature', value : 'auto',
+ description: 'GTK+ user interface')
option('sdl', type : 'feature', value : 'auto',
description: 'SDL user interface')
option('sdl_image', type : 'feature', value : 'auto',