summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-12-21 10:15:29 +0000
committerCarl Hetherington <cth@carlh.net>2017-04-06 09:35:33 +0100
commita4010e7227fdbe859af3134f755fa078cca17e9b (patch)
tree27fcf53e38b437031795847e4f3cbbf78d4c657a
parent7735167e79335207cb23496ede2d4c267a25fdb9 (diff)
Apparently we don't need pango-querymodules any more since Pango 1.38.0.
-rw-r--r--platform/windows/wscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript
index 82c054583..5ad08da8f 100644
--- a/platform/windows/wscript
+++ b/platform/windows/wscript
@@ -128,7 +128,6 @@ File "%static_deps%/bin/ssleay32.dll"
File "%static_deps%/bin/libzip-2.dll"
File "%static_deps%/bin/libcairomm-1.0-1.dll"
File "%static_deps%/bin/libpangomm-1.4-1.dll"
-File "%static_deps%/bin/pango-querymodules.exe"
File "%static_deps%/bin/libsamplerate-0.dll"
File "%static_deps%/bin/libnettle-6-2.dll"
File "%static_deps%/lib/icuuc52.dll"
@@ -258,11 +257,6 @@ File "%resources%/../../fonts/LiberationSans-Italic.ttf"
File "%resources%/../../fonts/LiberationSans-Bold.ttf"
File "%graphics%/splash.png"
-CreateDirectory "$INSTDIR\etc\pango"
-ReadEnvStr $0 COMSPEC
-SetOutPath "$INSTDIR"
-nsExec::ExecToLog '$0 /C bin\pango-querymodules.exe > etc\pango\pango.modules'
-
SectionEnd
""", file=f)