Updating branch refs/heads/master
         to 50a4cda60c4fb801916981ccd54c6295167cf707 (commit)
       from 15fd840a9da72f34889908d13943fbdf2aaee4ca (commit)

commit 50a4cda60c4fb801916981ccd54c6295167cf707
Author: PaweÅ‚ Forysiuk <[email protected]>
Date:   Sat Feb 11 02:59:20 2012 +0100

    makedist.midori: Be sure to check for pango modules
    
    They can be either compiled in or modular.
    If our case is the latter we want them packaged as well.

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

diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index 1d8b4e1..f433903 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -126,6 +126,9 @@ grab_files lib engines
 grab_files lib enchant
 grab_files lib gio
 
+# Fedora ships on-demand pango modules, check just in case
+grab_files lib pango
+
 echo -n .
 
 # copy share
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to