commit 7bf6ca09798db4ceaf5bda0edda2170435c9dfd3
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Feb 15 07:19:39 2022 +0000
Fix el8 build
obs-studio.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 6335642..4d693a4 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -102,6 +102,9 @@ tar -xf %{SOURCE1} -C plugins/obs-vst --strip-components=1
%cmake -DOBS_VERSION_OVERRIDE=%{version} \
-DUNIX_STRUCTURE=1 -GNinja \
-DBUILD_BROWSER=OFF \
+%if 0%{?rhel} && 0%{?rhel} < 9
+ -DENABLE_PIPEWIRE=OFF \
+%endif
-DOpenGL_GL_PREFERENCE=GLVND
%cmake_build
Show replies by date