obs-studio/patches/02_disable-obs-browser.patch

10 lines
229 B
Diff
Raw Normal View History

2024-07-30 19:49:10 +02:00
--- /dev/null
+++ b/plugins/obs-browser/CMakeLists.txt
@@ -0,0 +1,6 @@
+project(obs-browser)
+
+option(
+ ENABLE_BROWSER
+ "Enable building OBS with browser source plugin (required Chromium Embedded Framework)"
+ ${OS_LINUX})