Revision: e1ab40d15f04
Author: Devin Anderson <
surface...@gmail.com>
Date: Fri Dec 21 21:01:25 2012
Log: #12: Make sure the Renoise plugin is actually skipped when the
--skip-renoise switch is specified to ./configure.
http://code.google.com/p/synthclone/source/detail?r=e1ab40d15f04
Modified:
/configure
=======================================
--- /configure Wed Nov 21 11:36:30 2012
+++ /configure Fri Dec 21 21:01:25 2012
@@ -187,7 +187,7 @@
if options.skipPortMedia:
qmakeArgs.append("SKIP_PORTMEDIA_PLUGIN=1")
if options.skipRenoise:
- qmakeArgs.append("SKIP_RENOISE=1")
+ qmakeArgs.append("SKIP_RENOISE_PLUGIN=1")
if options.skipReverser:
qmakeArgs.append("SKIP_REVERSER_PLUGIN=1")
if options.skipSampleLoader: