mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
tweak how we find clearlooks when packaging
git-svn-id: svn://localhost/ardour2/branches/3.0@12182 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8a4ad6480c
commit
5def537a41
1 changed files with 7 additions and 1 deletions
|
|
@ -402,15 +402,21 @@ gdk-pixbuf-query-loaders | sed "s?$GDKPIXBUFLIB/?@ROOTDIR@/?" > $Etc/gdk-pixbuf.
|
|||
# this one is special - we will set GTK_PATH to $Libraries/clearlooks
|
||||
|
||||
if [ ! -e ${GTKLIB}/engines/libclearlooks.so ]; then
|
||||
if [ ! -e $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.so ] ; then
|
||||
echo ""
|
||||
echo "!!! ERROR !!! - not able to locate libclearlooks.so"
|
||||
echo ""
|
||||
echo "Packager with exit"
|
||||
exit 1
|
||||
else
|
||||
clearlooks_so=$BUILD_ROOT/libs/clearlooks-newer/libclearlooks.so
|
||||
fi
|
||||
else
|
||||
clearlooks_so=${GTKLIB}/engines/libclearlooks.so
|
||||
fi
|
||||
|
||||
echo "Copying clearlooks ..."
|
||||
cp ${GTKLIB}/engines/libclearlooks.so $Libraries
|
||||
cp $clearlooks_so $Libraries
|
||||
mkdir -p $Libraries/clearlooks/engines
|
||||
(cd $Libraries/clearlooks/engines && ln -s ../../libclearlooks* libclearlooks.so )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue