mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
and even more packaging changes for GTK engines on OS X
git-svn-id: svn://localhost/ardour2/branches/3.0@14174 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
38c0e4ab33
commit
b523e96586
1 changed files with 2 additions and 2 deletions
|
|
@ -274,8 +274,8 @@ echo "Copying GTK engines ..."
|
||||||
cp $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.dylib $Frameworks
|
cp $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.dylib $Frameworks
|
||||||
(cd $GTK_ENGINE_DIR && ln -s ../../libclearlooks.dylib . && ln -s ../../libclearlooks.dylib libclearlooks.so)
|
(cd $GTK_ENGINE_DIR && ln -s ../../libclearlooks.dylib . && ln -s ../../libclearlooks.dylib libclearlooks.so)
|
||||||
|
|
||||||
cp $GTKSTACK_ROOT/lib/gtk-2.0/2.10.0/engines/libpixmap.dylib $Frameworks
|
cp $GTKSTACK_ROOT/lib/gtk-2.0/2.10.0/engines/libpixmap.so $Frameworks
|
||||||
(cd $GTK_ENGINE_DIR && ln -s ../../libpixmap.dylib . && ln -s ../../libpixmap.dylib libpixmap.so)
|
(cd $GTK_ENGINE_DIR && ln -s ../../libpixmap.so)
|
||||||
|
|
||||||
|
|
||||||
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