nsis: add libepoxy-0.dll (a new gtk3 dependency)

The new dependecy was introduced in gtk+ 3.15.3.
This commit is contained in:
Fabiano Fidêncio 2015-06-22 01:12:36 +02:00
parent c33f37efe3
commit 9f96eabdeb

View File

@ -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