From: Thomas Lamprecht Date: Thu, 1 Jun 2017 12:47:46 +0000 (+0200) Subject: qemu-ga: add missing libpcre to MSI build X-Git-Url: https://repo.jachan.dev/qemu.git/commitdiff_plain/f2dce827f55a9b76ca7b2fc60b976b4760fc9eb1 qemu-ga: add missing libpcre to MSI build glib depends on libpcre which was not shipped with the MSI, thus starting of the qemu-ga.exe failed with the respective error message. Tell WIXL to ship this library with the MSI to avoid this problem. Signed-off-by: Thomas Lamprecht CC: Stefan Weil CC: Michael Roth Reviewed-by: Marc-André Lureau Signed-off-by: Michael Roth --- diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs index fa2260cafa..5af11627f8 100644 --- a/qga/installer/qemu-ga.wxs +++ b/qga/installer/qemu-ga.wxs @@ -125,6 +125,9 @@ + + + @@ -173,6 +176,7 @@ +