obs-studio: set ENABLE_SCRIPTING

This commit is contained in:
diniamo
2025-12-22 19:13:14 +01:00
parent 2b0eb95002
commit fa805c6b3c
@@ -196,6 +196,7 @@ stdenv.mkDerivation (finalAttrs: {
"-DENABLE_WEBRTC=ON"
(lib.cmakeBool "ENABLE_QSV11" stdenv.hostPlatform.isx86_64)
(lib.cmakeBool "ENABLE_LIBFDK" withFdk)
(lib.cmakeBool "ENABLE_SCRIPTING" scriptingSupport)
(lib.cmakeBool "ENABLE_ALSA" alsaSupport)
(lib.cmakeBool "ENABLE_PULSEAUDIO" pulseaudioSupport)
(lib.cmakeBool "ENABLE_PIPEWIRE" pipewireSupport)