13
0

tweaks to get gtk pixmap engine packaging right, maybe

git-svn-id: svn://localhost/ardour2/branches/3.0@14079 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-02-21 20:13:55 +00:00
parent a4fb605804
commit c84a286586

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -vx
# script for pulling together a Linux app bundle.
#
@ -328,7 +328,7 @@ cp $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.so $Libraries
(cd $GTK_ENGINE_DIR && ln -s ../../libclearlooks.so . )
cp $GTKSTACK_ROOT/lib/gtk-2.0/2.10.0/engines/libpixmap.so $Libraries
(cd $$GTK_ENGINE_DIR && ln -s ../../libclearlooks.so . )
(cd $$GTK_ENGINE_DIR && ln -s ../../libpixmap.so . )
# LADSPA
if test x$WITH_LADSPA != x ; then