Codebase list virt-viewer / 9f96eab
nsis: add libepoxy-0.dll (a new gtk3 dependency) The new dependecy was introduced in gtk+ 3.15.3. Fabiano FidĂȘncio 8 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
101101 File "@prefix@/bin/libcairo-2.dll"
102102 !if ${GTK_VERSION} == 3.0
103103 File "@prefix@/bin/libcairo-gobject-2.dll"
104 File "@prefix@/bin/libepoxy-0.dll"
104105 !endif
105106 File "@prefix@/bin/libcrypto-10.dll"
106107 File "@prefix@/bin/libexpat-1.dll"
646647 Delete /rebootok "$INSTDIR\bin\libcairo-2.dll"
647648 !if ${GTK_VERSION} == 3.0
648649 Delete /rebootok "$INSTDIR\bin\libcairo-gobject-2.dll"
650 Delete /rebootok "$INSTDIR\bin\libepoxy-0.dll"
649651 !endif
650652 Delete /rebootok "$INSTDIR\bin\libatk-1.0-0.dll"
651653 !if ${HaveOVirt} == True