Merge pull request #53780 from OPNA2608/obs-scripting
obs-studio: add new optional dependencies
This commit is contained in:
commit
b4df112941
@ -21,6 +21,11 @@
|
|||||||
, vlc
|
, vlc
|
||||||
, mbedtls
|
, mbedtls
|
||||||
|
|
||||||
|
, scriptingSupport ? true
|
||||||
|
, luajit
|
||||||
|
, swig
|
||||||
|
, python3
|
||||||
|
|
||||||
, alsaSupport ? false
|
, alsaSupport ? false
|
||||||
, alsaLib
|
, alsaLib
|
||||||
, pulseaudioSupport ? false
|
, pulseaudioSupport ? false
|
||||||
@ -68,6 +73,7 @@ in stdenv.mkDerivation rec {
|
|||||||
makeWrapper
|
makeWrapper
|
||||||
mbedtls
|
mbedtls
|
||||||
]
|
]
|
||||||
|
++ optional scriptingSupport [ luajit swig python3 ]
|
||||||
++ optional alsaSupport alsaLib
|
++ optional alsaSupport alsaLib
|
||||||
++ optional pulseaudioSupport libpulseaudio;
|
++ optional pulseaudioSupport libpulseaudio;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user