[Xfce4-commits] <midori:master> makedist.midori: Be sure to grab configs for pango and freetype

Christian Dywan noreply at xfce.org
Mon Feb 13 01:58:02 CET 2012


Updating branch refs/heads/master
         to 523afa101420a497956d797e31124fb95e0ca931 (commit)
       from 7bf5005617c91028b3fc8494518f49a25dcc1d73 (commit)

commit 523afa101420a497956d797e31124fb95e0ca931
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Sat Feb 11 19:51:01 2012 +0100

    makedist.midori: Be sure to grab configs for pango and freetype

 win32/makedist/makedist.midori |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index f433903..59fe8ae 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


More information about the Xfce4-commits mailing list