summaryrefslogtreecommitdiff
path: root/mixxx-vamp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mixxx-vamp.patch')
-rw-r--r--mixxx-vamp.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mixxx-vamp.patch b/mixxx-vamp.patch
new file mode 100644
index 0000000..726b71d
--- /dev/null
+++ b/mixxx-vamp.patch
@@ -0,0 +1,11 @@
+--- mixxx-release-2.2.1/build/features.py.orig 2019-04-22 09:50:04.000000000 +0200
++++ mixxx-release-2.2.1/build/features.py 2019-08-02 05:28:58.529310596 +0200
+@@ -396,7 +396,7 @@
+ # If there is no system vamp-hostsdk is installed or if the version
+ # of the installed vamp-hostsdk is less than the bundled version,
+ # then we'll directly link the bundled vamp-hostsdk
+- if not conf.CheckLib('vamp-hostsdk') or not conf.CheckForPKG('vamp-plugin-sdk', '2.7.1'):
++ if not conf.CheckLib('vamp-hostsdk') or not conf.CheckForPKG('vamp-sdk', '2.7.1'):
+ # For header includes
+ build.env.Append(CPPPATH=[self.INTERNAL_VAMP_PATH])
+ self.INTERNAL_LINK = True