mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
try to get clearlooks back inside the 3.0 package
git-svn-id: svn://localhost/ardour2/branches/3.0@8679 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
842be9287c
commit
bc565a1c06
1 changed files with 11 additions and 11 deletions
|
|
@ -374,18 +374,18 @@ gdk-pixbuf-query-loaders | sed "s?$GDKPIXBUFLIB/?@ROOTDIR@/?" > $Etc/gdk-pixbuf.
|
|||
# We sort of rely on clearlooks, so include a version
|
||||
# this one is special - we will set GTK_PATH to $Libraries/clearlooks
|
||||
|
||||
#if [ ! -e ${GTKLIB}/engines/libclearlooks.so ]; then
|
||||
# echo ""
|
||||
# echo "!!! ERROR !!! - not able to locate libclearlooks.so"
|
||||
# echo ""
|
||||
# echo "Packager with exit"
|
||||
# exit 1
|
||||
#fi
|
||||
if [ ! -e ${GTKLIB}/engines/libclearlooks.so ]; then
|
||||
echo ""
|
||||
echo "!!! ERROR !!! - not able to locate libclearlooks.so"
|
||||
echo ""
|
||||
echo "Packager with exit"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
#echo "Copying clearlooks ..."
|
||||
#cp ${GTKLIB}/engines/libclearlooks.so $Libraries
|
||||
#mkdir -p $Libraries/clearlooks/engines
|
||||
#(cd $Libraries/clearlooks/engines && ln -s ../../libclearlooks* libclearlooks.so )
|
||||
echo "Copying clearlooks ..."
|
||||
cp ${GTKLIB}/engines/libclearlooks.so $Libraries
|
||||
mkdir -p $Libraries/clearlooks/engines
|
||||
(cd $Libraries/clearlooks/engines && ln -s ../../libclearlooks* libclearlooks.so )
|
||||
|
||||
# LADSPA
|
||||
if test x$WITH_LADSPA != x ; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue