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
@ -178,7 +178,7 @@ fixup_bundle_environment (int, char* [])
|
|||||||
export_search_path (bundle_dir, "LADSPA_PATH", "/Plugins");
|
export_search_path (bundle_dir, "LADSPA_PATH", "/Plugins");
|
||||||
export_search_path (bundle_dir, "VAMP_PATH", "/lib");
|
export_search_path (bundle_dir, "VAMP_PATH", "/lib");
|
||||||
export_search_path (bundle_dir, "SUIL_MODULE_DIR", "/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
|
/* unset GTK_RC_FILES so that we only load the RC files that we define
|
||||||
*/
|
*/
|
||||||
|
@ -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
|
# 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
|
# 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
|
cp $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.so $Libraries
|
||||||
mkdir -p $Libraries/clearlooks/engines
|
(cd $GTK_ENGINE_DIR && ln -s ../../libclearlooks.so . )
|
||||||
(cd $Libraries/clearlooks/engines && 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
|
# LADSPA
|
||||||
if test x$WITH_LADSPA != x ; then
|
if test x$WITH_LADSPA != x ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user