diff options
| author | Paolo Bonzini | 2020-11-17 13:02:17 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2021-01-02 21:03:37 +0100 |
| commit | 8c6d4ff404ba387a36ebf5f6f66364a3c5b4ef2e (patch) | |
| tree | 251f9c77984aa1c3ed1c4314de7346830075fc1e /chardev | |
| parent | configure: remove CONFIG_FILEVERSION and CONFIG_PRODUCTVERSION (diff) | |
| download | qemu-8c6d4ff404ba387a36ebf5f6f66364a3c5b4ef2e.tar.gz qemu-8c6d4ff404ba387a36ebf5f6f66364a3c5b4ef2e.tar.xz qemu-8c6d4ff404ba387a36ebf5f6f66364a3c5b4ef2e.zip | |
brlapi: convert to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'chardev')
| -rw-r--r-- | chardev/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chardev/meson.build b/chardev/meson.build index 4e19722c5e..32377af383 100644 --- a/chardev/meson.build +++ b/chardev/meson.build @@ -29,7 +29,7 @@ softmmu_ss.add(files('msmouse.c', 'wctablet.c', 'testdev.c')) chardev_modules = {} -if config_host.has_key('CONFIG_BRLAPI') +if brlapi.found() module_ss = ss.source_set() module_ss.add(when: [brlapi], if_true: [files('baum.c'), pixman]) chardev_modules += { 'baum': module_ss } |
