Skip to content

Commit

Permalink
obs-studio: fix build with alsa/pulseaudio/pipewire support disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
eclairevoyant committed Jan 15, 2024
1 parent e4d7cf9 commit 5113efa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/video/obs-studio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5113efa

Please sign in to comment.