mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
more build script cleanups
git-svn-id: svn://localhost/ardour2/branches/3.0@12426 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0a5e13189a
commit
a06624e161
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ gdk-pixbuf-query-loaders | sed "s?$GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/?@ROO
|
||||||
echo "Copying clearlooks ..."
|
echo "Copying clearlooks ..."
|
||||||
cp $BUILD_ROOT/lib/clearlooks-newer/libclearlooks.so $Libraries
|
cp $BUILD_ROOT/lib/clearlooks-newer/libclearlooks.so $Libraries
|
||||||
mkdir -p $Libraries/clearlooks/engines
|
mkdir -p $Libraries/clearlooks/engines
|
||||||
(cd $Libraries/clearlooks/engines && ln -s ../../libclearlooks* libclearlooks.so )
|
(cd $Libraries/clearlooks/engines && ln -s ../../libclearlooks.so . )
|
||||||
|
|
||||||
# LADSPA
|
# LADSPA
|
||||||
if test x$WITH_LADSPA != x ; then
|
if test x$WITH_LADSPA != x ; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue