aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/ethereal.nsi
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-12-15 03:36:17 +0000
committerGerald Combs <gerald@wireshark.org>2005-12-15 03:36:17 +0000
commit0616a4bedb1407132546d28d776fb39bd2690f14 (patch)
tree656452eb3e5b4d013616a19ee23e5289334154a2 /packaging/nsis/ethereal.nsi
parent3cb89f382f32ccaf1b3c8289b4e133ecf9732261 (diff)
Make sure we install the libpng and cairo DLLs if needed.
svn path=/trunk/; revision=16809
Diffstat (limited to 'packaging/nsis/ethereal.nsi')
-rw-r--r--packaging/nsis/ethereal.nsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 1163ba1984..c46a995465 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -619,6 +619,10 @@ File "${GTK2_DIR}\bin\libgtk-win32-2.0-0.dll"
File "${GTK2_DIR}\bin\libatk-1.0-0.dll"
File "${GTK2_DIR}\bin\libpango-1.0-0.dll"
File "${GTK2_DIR}\bin\libpangowin32-1.0-0.dll"
+!ifdef NEED_CAIRO_DLL
+File "${GTK2_DIR}\bin\libcairo-2.dll"
+File "${GTK2_DIR}\bin\libpangocairo-1.0-0.dll"
+!endif
!ifdef NEED_LIBPNG_DLL
File "${GTK2_DIR}\bin\libpng13.dll"
!endif