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

package info (click to toggle)
obs-studio 30.2.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 47,852 kB
  • sloc: ansic: 202,137; cpp: 112,402; makefile: 868; python: 599; sh: 275; javascript: 19
file content (18 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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(-)

--- obs-studio.orig/deps/CMakeLists.txt
+++ obs-studio/deps/CMakeLists.txt
@@ -3,7 +3,6 @@
   add_subdirectory(w32-pthreads)
 endif()
 
-add_subdirectory(blake2)
 add_subdirectory(file-updater)
 add_subdirectory(glad)
 add_subdirectory(happy-eyeballs)