Update clearlooks to fancy new cairo version.
Twiddle colours and throw some gloss in there mostly just to show off. git-svn-id: svn://localhost/ardour2/branches/3.0@3000 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -4,18 +4,25 @@ import os.path
|
||||
import glob
|
||||
|
||||
libclearlooks_files = [
|
||||
'animation.c',
|
||||
'cairo-support.c',
|
||||
'clearlooks_draw.c',
|
||||
'clearlooks_rc_style.c',
|
||||
'clearlooks_style.c',
|
||||
'clearlooks_theme_main.c',
|
||||
'support.c' ]
|
||||
'clearlooks_draw_glossy.c',
|
||||
'clearlooks_draw_gummy.c',
|
||||
'clearlooks_draw_inverted.c',
|
||||
'clearlooks_rc_style.c',
|
||||
'clearlooks_style.c',
|
||||
'clearlooks_theme_main.c',
|
||||
'support.c',
|
||||
'widget-information.c'
|
||||
]
|
||||
|
||||
Import ('env install_prefix')
|
||||
|
||||
clearlooks = env.Copy()
|
||||
|
||||
clearlooks.Replace(CCFLAGS = ' `pkg-config --cflags gtk+-2.0` ',
|
||||
LINKFLAGS = ' `pkg-config --libs gtk+-2.0` ')
|
||||
clearlooks.Replace(CCFLAGS = ' `pkg-config --cflags gtk+-2.0 cairo` ',
|
||||
LINKFLAGS = ' `pkg-config --libs gtk+-2.0 cairo` ')
|
||||
|
||||
if env['GTKOSX']:
|
||||
clearlooks.Append (CCFLAGS = '-DGTKOSX')
|
||||
|
||||
Reference in New Issue
Block a user