forked from pool/tuxguitar
39 lines
1.5 KiB
Diff
39 lines
1.5 KiB
Diff
From bf2a8c3a0e9956d5a33ba7eb0d2591d706146b40 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Fridrich=20=C5=A0trba?= <fridrich.strba@bluewin.ch>
|
|
Date: Fri, 21 Feb 2025 15:11:42 +0100
|
|
Subject: [PATCH 1/4] no-lv2
|
|
|
|
---
|
|
desktop/build-scripts/tuxguitar-linux-swt/pom.xml | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/desktop/build-scripts/tuxguitar-linux-swt/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt/pom.xml
|
|
index dfe2105b4..67f8bd972 100644
|
|
--- a/desktop/build-scripts/tuxguitar-linux-swt/pom.xml
|
|
+++ b/desktop/build-scripts/tuxguitar-linux-swt/pom.xml
|
|
@@ -379,7 +379,7 @@
|
|
<module>../native-modules/tuxguitar-alsa-linux</module>
|
|
<module>../native-modules/tuxguitar-jack-linux</module>
|
|
<module>../native-modules/tuxguitar-fluidsynth-linux</module>
|
|
- <module>../native-modules/tuxguitar-synth-lv2-linux</module>
|
|
+ <!-- <module>../native-modules/tuxguitar-synth-lv2-linux</module> -->
|
|
</modules>
|
|
|
|
<build>
|
|
@@ -404,10 +404,12 @@
|
|
<copy todir="${project.build.directory}/${project.finalName}/">
|
|
<fileset dir="../native-modules/tuxguitar-fluidsynth-linux/target/build" />
|
|
</copy>
|
|
+ <!--
|
|
<copy todir="${project.build.directory}/${project.finalName}/">
|
|
<fileset dir="../native-modules/tuxguitar-synth-lv2-linux/target/build" />
|
|
</copy>
|
|
<chmod file="${project.build.directory}/${project.finalName}/lv2-client/*.bin" perm="755" />
|
|
+ -->
|
|
<!-- /PLUGINS FILES -->
|
|
</target>
|
|
</configuration>
|
|
--
|
|
2.48.1
|
|
|