summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-10-15 10:51:13 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-10-15 10:51:13 -0400
commit130a65224763cd6eb75b4d4cad05abfdf557c4e0 (patch)
tree9ff143300bd17b3cb4f0ec8e4d2e04f70c7aa67d /tools
parenta29b83c1244f3934511421fd9e772badb57c3727 (diff)
additional pango version update
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 37d2dfe403..3d8b58c97c 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -312,7 +312,7 @@ cp -R $GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so $Loaders
cat > pangorc <<EOF
[Pango]
-ModulesPath=$GTKSTACK_ROOT/lib/pango/1.6.0/modules
+ModulesPath=$GTKSTACK_ROOT/lib/pango/1.8.0/modules
EOF
env PANGO_RC_FILE=pangorc $GTKSTACK_ROOT/bin/pango-querymodules | sed "s?$GTKSTACK_ROOT/lib/pango/1.8.0/?@ROOTDIR@/?" > $Etc/pango.modules.in
rm pangorc