set powermate env keys in SConstruct, so that POWERMATE is set even if SURFACES=false

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2102 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-07-03 22:24:32 +00:00
parent 3e70b96597
commit 2e70415417
2 changed files with 5 additions and 2 deletions

View file

@ -1011,6 +1011,9 @@ if env['SURFACES']:
if os.access ('libs/surfaces/sony9pin', os.F_OK):
surface_subdirs += [ 'libs/surfaces/sony9pin' ]
else:
env['POWERMATE'] = 0
env['TRANZPORT'] = 0
opts.Save('scache.conf', env)
Help(opts.GenerateHelpText(env))

View file

@ -1,4 +1,4 @@
#ifndef __ardour_svn_revision_h__
#define __ardour_svn_revision_h__
static const char* ardour_svn_revision = "1801";
static const char* ardour_svn_revision = "2094";
#endif