diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-14 15:42:21 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-15 14:11:49 +0200 |
commit | f84698ee8b4a5d582b7f7080064198d70ba18f35 (patch) | |
tree | 3e2131b8894ae1d0b7859fed3b18bbe3dcf2f7be | |
parent | 3e292c51ff079258c40dae926f71252423cdcc98 (diff) | |
download | qemu-f84698ee8b4a5d582b7f7080064198d70ba18f35.zip qemu-f84698ee8b4a5d582b7f7080064198d70ba18f35.tar.gz qemu-f84698ee8b4a5d582b7f7080064198d70ba18f35.tar.bz2 |
meson: remove duplicate qxl sources
We should add sources to the softmmu_ss or module_ss but not both.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20200914134224.29769-4-kraxel@redhat.com
-rw-r--r-- | hw/display/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/display/meson.build b/hw/display/meson.build index 2cc73fc..2f07d42 100644 --- a/hw/display/meson.build +++ b/hw/display/meson.build @@ -46,8 +46,6 @@ if config_all_devices.has_key('CONFIG_QXL') hw_display_modules += {'qxl': qxl_ss} endif -softmmu_ss.add(when: 'CONFIG_QXL', if_true: files('qxl.c', 'qxl-logger.c', 'qxl-render.c')) - softmmu_ss.add(when: 'CONFIG_DPCD', if_true: files('dpcd.c')) softmmu_ss.add(when: 'CONFIG_XLNX_ZYNQMP_ARM', if_true: files('xlnx_dp.c')) |