diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2021-01-07 14:02:29 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-01-12 12:38:03 +0100 |
commit | 1b6954713fee49452077ebc09a8cf76b18cfe04e (patch) | |
tree | b001dc166678c8434933ef6e51b7c3296db33b20 /meson_options.txt | |
parent | 9d71037f4beb203e3fddfe78ac9d79ef34999796 (diff) | |
download | qemu-1b6954713fee49452077ebc09a8cf76b18cfe04e.zip qemu-1b6954713fee49452077ebc09a8cf76b18cfe04e.tar.gz qemu-1b6954713fee49452077ebc09a8cf76b18cfe04e.tar.bz2 |
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.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 7948a82..72a3ca2 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', |