summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-02 17:13:40 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-02 17:13:40 +0000
commitbc565a1c06bacaa417e3ef411ce81985b7bd7e11 (patch)
tree93195775c6623fef37797fafe0eaaf8e12ea9b8b /tools
parent842be9287ce8c073cf20412b342cee742232c59b (diff)
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build24
1 files changed, 12 insertions, 12 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 552c276419..825b3426b9 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -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
-
-#echo "Copying clearlooks ..."
-#cp ${GTKLIB}/engines/libclearlooks.so $Libraries
-#mkdir -p $Libraries/clearlooks/engines
-#(cd $Libraries/clearlooks/engines && ln -s ../../libclearlooks* libclearlooks.so )
+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 )
# LADSPA
if test x$WITH_LADSPA != x ; then