qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] meson: fix qxl module build


From: Gerd Hoffmann
Subject: Re: [PATCH] meson: fix qxl module build
Date: Fri, 4 Sep 2020 14:14:12 +0200

  Hi,

> >> -  qxl_ss.add(when: 'CONFIG_QXL', if_true: files('qxl.c', 'qxl-logger.c', 
> >> 'qxl-render.c'))
> >> +  qxl_ss.add(files('qxl.c', 'qxl-logger.c', 'qxl-render.c'))

> You have found why it's got that "when:". :)

> -      module_ss = module_ss.apply(config_host, strict: false)
> +      module_ss = module_ss.apply(config_all, strict: false)

Ah.  That nicely explains why the "when:" didn't work in the
first place.

> etc.  This would work also for the CONFIG_VIRTIO_GPU changes.

Yes, virtio-gpu modules are next on the list ;)

thanks,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]