File: 07-Prevent-gui-build.patch

package info (click to toggle)
eq10q 2.2~repack0-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,420 kB
  • sloc: cpp: 8,036; ansic: 1,776; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 703 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 2a7419dcbd534cd29a0f7aee38e88f50c940b294 Mon Sep 17 00:00:00 2001
From: Bastian Germann <bage@debian.org>
Date: Sat, 14 Oct 2023 23:28:45 +0200
Subject: [PATCH] Prevent gui build

---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 857897d..e30ebac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,6 @@ set (LV2_BUNDLE "sapistaEQv2.lv2") #LV2 Bundel dir
 set(EXECUTABLE_OUTPUT_PATH "${PROJECT_SOURCE_DIR}/bin")
 set(LIBRARY_OUTPUT_PATH "${PROJECT_SOURCE_DIR}/bin")
 
-add_subdirectory(gui) 
 add_subdirectory(dsp)
 
 #===========================BUILD EQ10Q ALL DSP FILES=============================================
-- 
2.42.0