From: Gerd Hoffmann Date: Mon, 14 Sep 2020 13:42:21 +0000 (+0200) Subject: meson: remove duplicate qxl sources X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f84698ee8b4a5d582b7f7080064198d70ba18f35;p=qemu.git meson: remove duplicate qxl sources We should add sources to the softmmu_ss or module_ss but not both. Signed-off-by: Gerd Hoffmann Message-id: 20200914134224.29769-4-kraxel@redhat.com --- diff --git a/hw/display/meson.build b/hw/display/meson.build index 2cc73fc2b9..2f07d427dd 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'))