Package: xiphos / 4.3.2+dfsg1-1

0003-CMake-Don-t-include-win32.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Bastian Germann <bage@debian.org>
Date: Sat, 27 Jun 2020 22:24:57 +0200
Subject: CMake: Don't include win32

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 780acf1..3cc360f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -94,7 +94,6 @@ include (XiphosFlags)
 include (XiphosConfig_h)
 
 # build xiphos
-add_subdirectory(win32)
 add_subdirectory(src/backend)
 add_subdirectory(src/editor)
 add_subdirectory(src/main)