[Spice-devel] [PATCH spice-gtk v4 18/29] build: Do not build usbredir dependent file is usbredir disabled
Frediano Ziglio
fziglio at redhat.com
Tue Aug 27 09:22:35 UTC 2019
These files would end up to compile empty code, no reason
to compile and link them.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
src/meson.build | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/meson.build b/src/meson.build
index 00eb2778..0461dea6 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -119,11 +119,6 @@ spice_client_glib_sources = [
'spice-uri-priv.h',
'spice-util-priv.h',
'usb-device-manager-priv.h',
- 'usbutil.c',
- 'usbutil.h',
- 'usb-backend.c',
- 'usb-emulation.h',
- 'usb-backend.h',
'vmcstream.c',
'vmcstream.h',
]
@@ -159,6 +154,11 @@ endif
if spice_gtk_has_usbredir
spice_client_glib_sources += [
+ 'usbutil.c',
+ 'usbutil.h',
+ 'usb-backend.c',
+ 'usb-emulation.h',
+ 'usb-backend.h',
'usb-device-cd.c',
'usb-device-cd.h',
'cd-scsi.c',
--
2.20.1
More information about the Spice-devel
mailing list