mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 19:36:00 +01:00
try switch to clearlooks-newer on linux
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12688 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c05f2c0f32
commit
c30501c796
2 changed files with 2 additions and 2 deletions
|
|
@ -1076,7 +1076,7 @@ env = conf.Finish()
|
|||
if env['GTKOSX']:
|
||||
clearlooks_version = 'libs/clearlooks-newer'
|
||||
else:
|
||||
clearlooks_version = 'libs/clearlooks-older'
|
||||
clearlooks_version = 'libs/clearlooks-newer'
|
||||
|
||||
if env['SYSLIBS']:
|
||||
|
||||
|
|
|
|||
|
|
@ -331,7 +331,7 @@ gdk-pixbuf-query-loaders | sed "s?$GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/?@ROO
|
|||
# this one is special - we will set GTK_PATH to $Libraries/clearlooks
|
||||
|
||||
echo "Copying clearlooks ..."
|
||||
cp ../../libs/clearlooks-older/libclearlooks.so $Libraries
|
||||
cp ../../libs/clearlooks-newer/libclearlooks.so $Libraries
|
||||
mkdir -p $Libraries/clearlooks/engines
|
||||
(cd $Libraries/clearlooks/engines && ln -s ../../libclearlooks.so . )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue