mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
and more packaging changes for GTK engines on OS X
git-svn-id: svn://localhost/ardour2/branches/3.0@14173 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9ae69bbecf
commit
38c0e4ab33
1 changed files with 2 additions and 2 deletions
|
|
@ -271,10 +271,10 @@ GTK_ENGINE_DIR=$Frameworks/gtkengines/engines
|
|||
mkdir -p $GTK_ENGINE_DIR
|
||||
|
||||
echo "Copying GTK engines ..."
|
||||
cp $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.so $Frameworks
|
||||
cp $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.dylib $Frameworks
|
||||
(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.so $Frameworks
|
||||
cp $GTKSTACK_ROOT/lib/gtk-2.0/2.10.0/engines/libpixmap.dylib $Frameworks
|
||||
(cd $GTK_ENGINE_DIR && ln -s ../../libpixmap.dylib . && ln -s ../../libpixmap.dylib libpixmap.so)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue