mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
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
This commit is contained in:
parent
076d919ac3
commit
9bbed5925d
3 changed files with 11 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue