13
0

likely fix for gtk pixmap engine packaging

git-svn-id: svn://localhost/ardour2/branches/3.0@14080 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-02-21 20:24:58 +00:00
parent c84a286586
commit 7a73addd85

View File

@ -328,7 +328,7 @@ cp $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.so $Libraries
(cd $GTK_ENGINE_DIR && ln -s ../../libclearlooks.so . ) (cd $GTK_ENGINE_DIR && ln -s ../../libclearlooks.so . )
cp $GTKSTACK_ROOT/lib/gtk-2.0/2.10.0/engines/libpixmap.so $Libraries cp $GTKSTACK_ROOT/lib/gtk-2.0/2.10.0/engines/libpixmap.so $Libraries
(cd $$GTK_ENGINE_DIR && ln -s ../../libpixmap.so . ) (cd $GTK_ENGINE_DIR && ln -s ../../libpixmap.so . )
# LADSPA # LADSPA
if test x$WITH_LADSPA != x ; then if test x$WITH_LADSPA != x ; then