[virt-tools-list] [PATCH] nsis: add libepoxy-0.dll (a new gtk3 dependency)
Victor Toso
victortoso at redhat.com
Mon Jun 22 08:15:37 UTC 2015
Hey,
On Mon, Jun 22, 2015 at 01:12:36AM +0200, Fabiano Fidêncio wrote:
> ---
> data/virt-viewer.nsis.in | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/data/virt-viewer.nsis.in b/data/virt-viewer.nsis.in
> index 8c54454..ca96fbf 100755
> --- a/data/virt-viewer.nsis.in
> +++ b/data/virt-viewer.nsis.in
> @@ -102,6 +102,7 @@ Section "VirtViewer"
> File "@prefix@/bin/libcairo-2.dll"
> !if ${GTK_VERSION} == 3.0
> File "@prefix@/bin/libcairo-gobject-2.dll"
> + File "@prefix@/bin/libepoxy-0.dll"
> !endif
> File "@prefix@/bin/libcrypto-10.dll"
> File "@prefix@/bin/libexpat-1.dll"
> @@ -647,6 +648,7 @@ Section "Uninstall"
> Delete /rebootok "$INSTDIR\bin\libcairo-2.dll"
> !if ${GTK_VERSION} == 3.0
> Delete /rebootok "$INSTDIR\bin\libcairo-gobject-2.dll"
> + Delete /rebootok "$INSTDIR\bin\libepoxy-0.dll"
> !endif
> Delete /rebootok "$INSTDIR\bin\libatk-1.0-0.dll"
> !if ${HaveOVirt} == True
> --
> 2.4.4
>
Yes, since gtk+ 3.15.3 it seems. Patch looks good to me.
Best,
Victor Toso
More information about the virt-tools-list
mailing list