Apparently we don't need pango-querymodules any more since Pango 1.38.0.
authorCarl Hetherington <cth@carlh.net>
Wed, 21 Dec 2016 10:15:29 +0000 (10:15 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 6 Apr 2017 08:35:33 +0000 (09:35 +0100)
platform/windows/wscript

index 82c0545834f6d18207bc6dc87d2bb3e69bf96293..5ad08da8f61b0cdee2e4dbf5038b0e9afd86e90d 100644 (file)
@@ -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)