2025-02-21 14:57:17 +00:00
|
|
|
From b49c8b10b16846e9831a694080c3956c87a50233 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:12:05 +0100
|
|
|
|
Subject: [PATCH 2/4] no-fluidsynth
|
|
|
|
|
|
|
|
---
|
|
|
|
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 67f8bd972..5e5a34cb3 100644
|
|
|
|
--- a/desktop/build-scripts/tuxguitar-linux-swt/pom.xml
|
|
|
|
+++ b/desktop/build-scripts/tuxguitar-linux-swt/pom.xml
|
2024-06-06 20:08:27 +00:00
|
|
|
@@ -378,7 +378,7 @@
|
2023-10-10 08:59:41 +00:00
|
|
|
<modules>
|
2024-06-06 20:08:27 +00:00
|
|
|
<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-fluidsynth-linux</module> -->
|
|
|
|
<!-- <module>../native-modules/tuxguitar-synth-lv2-linux</module> -->
|
2023-10-10 08:59:41 +00:00
|
|
|
</modules>
|
2024-04-11 08:23:07 +00:00
|
|
|
|
2024-06-06 20:08:27 +00:00
|
|
|
@@ -401,9 +401,11 @@
|
2023-10-10 08:59:41 +00:00
|
|
|
<copy todir="${project.build.directory}/${project.finalName}/">
|
2024-06-06 20:08:27 +00:00
|
|
|
<fileset dir="../native-modules/tuxguitar-jack-linux/target/build" />
|
2023-10-10 08:59:41 +00:00
|
|
|
</copy>
|
|
|
|
+ <!--
|
|
|
|
<copy todir="${project.build.directory}/${project.finalName}/">
|
2024-06-06 20:08:27 +00:00
|
|
|
<fileset dir="../native-modules/tuxguitar-fluidsynth-linux/target/build" />
|
2023-10-10 08:59:41 +00:00
|
|
|
</copy>
|
|
|
|
+ -->
|
|
|
|
<!--
|
|
|
|
<copy todir="${project.build.directory}/${project.finalName}/">
|
2024-06-06 20:08:27 +00:00
|
|
|
<fileset dir="../native-modules/tuxguitar-synth-lv2-linux/target/build" />
|
2025-02-21 14:57:17 +00:00
|
|
|
--
|
|
|
|
2.48.1
|
|
|
|
|