summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-02-13 19:38:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-02-13 19:38:47 +0000
commit9bbed5925d338cc0ff1ecc2b07b94da84547bf94 (patch)
tree475b96efe913bb50cbe0863632ac4bc9cf97ee58 /tools
parent076d919ac3aa4b9bcb431af35330022c11d5902f (diff)
add MIDNAM (patchfiles) to child list so that they get installed
git-svn-id: svn://localhost/ardour2/branches/3.0@14057 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build11
1 files changed, 8 insertions, 3 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 49a0bdfd6d..558fe43686 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -320,10 +320,15 @@ gdk-pixbuf-query-loaders | sed "s?$GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/?@ROO
# We rely on clearlooks, so include a version from our own build tree
# this one is special - we will set GTK_PATH to $Libraries/clearlooks
-echo "Copying clearlooks ..."
+GTK_ENGINE_DIR=$Libraries/gtkengines/engines
+mkdir -p $GTK_ENGINE_DIR
+
+echo "Copying GTK engines ..."
cp $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.so $Libraries
-mkdir -p $Libraries/clearlooks/engines
-(cd $Libraries/clearlooks/engines && 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
+(cd $$GTK_ENGINE_DIR && ln -s ../../libclearlooks.so . )
# LADSPA
if test x$WITH_LADSPA != x ; then