summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct5
-rw-r--r--svn_revision.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index c2db8547d5..444095eab5 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1011,7 +1011,10 @@ 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))
diff --git a/svn_revision.h b/svn_revision.h
index 4bfd4f2ac0..fb1ea6ad9c 100644
--- a/svn_revision.h
+++ b/svn_revision.h
@@ -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