[Spice-devel] [PATCH spice-gtk v4 18/29] build: Do not build usbredir dependent file is usbredir disabled
Victor Toso
victortoso at redhat.com
Tue Aug 27 12:30:48 UTC 2019
Hi,
On Tue, Aug 27, 2019 at 10:22:35AM +0100, Frediano Ziglio wrote:
> 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',
You should be able to remove some ifdef/endif USE_USBREDIR now,
probably should be in the same patch
> 'usb-device-cd.c',
> 'usb-device-cd.h',
> 'cd-scsi.c',
> --
> 2.20.1
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20190827/cf2dc6f5/attachment.sig>
More information about the Spice-devel
mailing list