summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/build
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-10-15 10:41:42 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-10-15 10:41:42 -0400
commita29b83c1244f3934511421fd9e772badb57c3727 (patch)
treecb4f0066082d0af17640738e4e90ae0e58eba27a /tools/linux_packaging/build
parent89738cc3c230cfad84dd38bfa1477b40146010a2 (diff)
fix namespace issue with demangle on systems without execinfo.h
Diffstat (limited to 'tools/linux_packaging/build')
-rwxr-xr-xtools/linux_packaging/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index d24aec4f8e..37d2dfe403 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -304,7 +304,7 @@ fi
cp -R $GTKSTACK_ROOT/etc/* $Etc
echo "Copying all Pango modules ..."
-cp -R $GTKSTACK_ROOT/lib/pango/1.6.0/modules/*.so $Modules
+cp -R $GTKSTACK_ROOT/lib/pango/1.8.0/modules/*.so $Modules
echo "Copying all GDK Pixbuf loaders ..."
cp -R $GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so $Loaders
@@ -314,7 +314,7 @@ cat > pangorc <<EOF
[Pango]
ModulesPath=$GTKSTACK_ROOT/lib/pango/1.6.0/modules
EOF
-env PANGO_RC_FILE=pangorc $GTKSTACK_ROOT/bin/pango-querymodules | sed "s?$GTKSTACK_ROOT/lib/pango/1.6.0/?@ROOTDIR@/?" > $Etc/pango.modules.in
+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
# Ditto for gdk-pixbuf loaders