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:
Paul Davis 2013-02-13 19:38:47 +00:00
parent 076d919ac3
commit 9bbed5925d
3 changed files with 11 additions and 5 deletions

View File

@ -178,7 +178,7 @@ fixup_bundle_environment (int, char* [])
export_search_path (bundle_dir, "LADSPA_PATH", "/Plugins");
export_search_path (bundle_dir, "VAMP_PATH", "/lib");
export_search_path (bundle_dir, "SUIL_MODULE_DIR", "/lib");
export_search_path (bundle_dir, "GTK_PATH", "/lib/clearlooks");
export_search_path (bundle_dir, "GTK_PATH", "/lib/gtkengines");
/* unset GTK_RC_FILES so that we only load the RC files that we define
*/

View File

@ -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

View File

@ -37,7 +37,8 @@ children = [
'export',
'midi_maps',
'mcp',
'manual'
'manual',
'patchfiles'
]
i18n_children = [