From f7f9d6fdc40248b190ec9c6e1a886261d55777ae Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 11 Oct 2007 22:07:47 +0000 Subject: merge from 2.0-ongoing by hand, minus key binding editor git-svn-id: svn://localhost/ardour2/trunk@2539 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/clearlooks/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/clearlooks/SConscript') diff --git a/libs/clearlooks/SConscript b/libs/clearlooks/SConscript index 110bfe41be..2676f63022 100644 --- a/libs/clearlooks/SConscript +++ b/libs/clearlooks/SConscript @@ -17,6 +17,9 @@ clearlooks = env.Copy() clearlooks.Replace(CCFLAGS = ' `pkg-config --cflags gtk+-2.0` ', LINKFLAGS = ' `pkg-config --libs gtk+-2.0` ') +if env['GTKOSX']: + clearlooks.Append (CCFLAGS = '-DGTKOSX') + libclearlooks = clearlooks.SharedLibrary('clearlooks', libclearlooks_files) usable_libclearlooks = clearlooks.Install ('engines', libclearlooks) -- cgit v1.2.3