mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
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:
parent
3e70b96597
commit
2e70415417
2 changed files with 5 additions and 2 deletions
|
|
@ -1011,7 +1011,10 @@ if env['SURFACES']:
|
||||||
|
|
||||||
if os.access ('libs/surfaces/sony9pin', os.F_OK):
|
if os.access ('libs/surfaces/sony9pin', os.F_OK):
|
||||||
surface_subdirs += [ 'libs/surfaces/sony9pin' ]
|
surface_subdirs += [ 'libs/surfaces/sony9pin' ]
|
||||||
|
else:
|
||||||
|
env['POWERMATE'] = 0
|
||||||
|
env['TRANZPORT'] = 0
|
||||||
|
|
||||||
opts.Save('scache.conf', env)
|
opts.Save('scache.conf', env)
|
||||||
Help(opts.GenerateHelpText(env))
|
Help(opts.GenerateHelpText(env))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __ardour_svn_revision_h__
|
#ifndef __ardour_svn_revision_h__
|
||||||
#define __ardour_svn_revision_h__
|
#define __ardour_svn_revision_h__
|
||||||
static const char* ardour_svn_revision = "1801";
|
static const char* ardour_svn_revision = "2094";
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue