File: 0006-Do-not-build-unused-blake2-dependency.patch

package info (click to toggle)
obs-studio 29.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 35,920 kB
  • sloc: ansic: 182,921; cpp: 98,959; sh: 1,591; python: 945; makefile: 858; javascript: 19
file content (20 lines) | stat: -rw-r--r-- 517 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Sebastian Ramacher <sramacher@debian.org>
Date: Sat, 3 Sep 2022 19:30:13 +0200
Subject: Do not build unused blake2 dependency

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

diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt
index 0766bdb..1e61e68 100644
--- a/deps/CMakeLists.txt
+++ b/deps/CMakeLists.txt
@@ -7,7 +7,6 @@ if(OS_WINDOWS)
   add_subdirectory(lzma)
 endif()
 
-add_subdirectory(blake2)
 add_subdirectory(glad)
 add_subdirectory(media-playback)
 add_subdirectory(file-updater)