From 523afa101420a497956d797e31124fb95e0ca931 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Forysiuk?= Date: Sat, 11 Feb 2012 19:51:01 +0100 Subject: [PATCH] makedist.midori: Be sure to grab configs for pango and freetype --- win32/makedist/makedist.midori | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori index f433903c..59fe8ae8 100755 --- a/win32/makedist/makedist.midori +++ b/win32/makedist/makedist.midori @@ -116,6 +116,12 @@ echo -n . grab_files etc midori grab_files etc gtkrc +# If modules are not compiled we need a list of them +grab_files etc pango +# Freetype is preferred font backend +# copy configuration, otherwise webkit will crash +grab_files etc fonts + echo -n . # copy lib -- 2.39.5