Unverified Commit 5113efa6 authored by éclairevoyant's avatar éclairevoyant
Browse files

obs-studio: fix build with alsa/pulseaudio/pipewire support disabled

parent e4d7cf93
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -162,6 +162,9 @@ stdenv.mkDerivation (finalAttrs: {
    "-DENABLE_JACK=ON"
    (lib.cmakeBool "ENABLE_QSV11" stdenv.hostPlatform.isx86_64)
    (lib.cmakeBool "ENABLE_LIBFDK" withFdk)
    (lib.cmakeBool "ENABLE_ALSA" alsaSupport)
    (lib.cmakeBool "ENABLE_PULSEAUDIO" pulseaudioSupport)
    (lib.cmakeBool "ENABLE_PIPEWIRE" pipewireSupport)
  ];

  dontWrapGApps = true;