mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
more build script cleanups
git-svn-id: svn://localhost/ardour2/branches/3.0@12423 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
10c6490d54
commit
72fa409664
1 changed files with 4 additions and 9 deletions
|
|
@ -298,24 +298,19 @@ cp -R $GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so $Loaders
|
||||||
# charset alias file
|
# charset alias file
|
||||||
cp -R $GTKSTACK_ROOT/lib/charset.alias $Etc
|
cp -R $GTKSTACK_ROOT/lib/charset.alias $Etc
|
||||||
|
|
||||||
pango-querymodules | sed "s?$PANGOLIB/?@ROOTDIR@/?" > $Etc/pango.modules.in
|
pango-querymodules | sed "s?$GTKSTACK_ROOT/lib/pango/1.6.0/?@ROOTDIR@/?" > $Etc/pango.modules.in
|
||||||
gdk-pixbuf-query-loaders | sed "s?$GDKPIXBUFLIB/?@ROOTDIR@/?" > $Etc/gdk-pixbuf.loaders.in
|
gdk-pixbuf-query-loaders | sed "s?$GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/?@ROOTDIR@/?" > $Etc/gdk-pixbuf.loaders.in
|
||||||
|
|
||||||
# We sort of rely on clearlooks, so include a version
|
# We sort of rely on clearlooks, so include a version
|
||||||
# this one is special - we will set GTK_PATH to $Libraries/clearlooks
|
# this one is special - we will set GTK_PATH to $Libraries/clearlooks
|
||||||
|
|
||||||
if [ ! -e ${GTKLIB}/engines/libclearlooks.so ]; then
|
clearlooks_so=${GTKLIB}/engines/libclearlooks.so
|
||||||
if [ ! -e $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.so ] ; then
|
if [ ! -e $clearlooks.so ]; then
|
||||||
echo ""
|
|
||||||
echo "!!! ERROR !!! - not able to locate libclearlooks.so"
|
echo "!!! ERROR !!! - not able to locate libclearlooks.so"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Packager with exit"
|
echo "Packager with exit"
|
||||||
exit 1
|
exit 1
|
||||||
else
|
|
||||||
clearlooks_so=$BUILD_ROOT/libs/clearlooks-newer/libclearlooks.so
|
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
clearlooks_so=${GTKLIB}/engines/libclearlooks.so
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Copying clearlooks ..."
|
echo "Copying clearlooks ..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue