obs-studio: Qt 5 infrastructure update
This commit is contained in:
parent
ccdbc22836
commit
a0bae9b571
@ -4,7 +4,8 @@
|
|||||||
, ffmpeg
|
, ffmpeg
|
||||||
, jansson
|
, jansson
|
||||||
, libxkbcommon
|
, libxkbcommon
|
||||||
, qt5
|
, qtbase
|
||||||
|
, qtx11extras
|
||||||
, libv4l
|
, libv4l
|
||||||
, x264
|
, x264
|
||||||
, curl
|
, curl
|
||||||
@ -34,8 +35,8 @@ in stdenv.mkDerivation rec {
|
|||||||
jansson
|
jansson
|
||||||
libv4l
|
libv4l
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
qt5.base
|
qtbase
|
||||||
qt5.x11extras
|
qtx11extras
|
||||||
x264
|
x264
|
||||||
]
|
]
|
||||||
++ optional pulseaudioSupport libpulseaudio;
|
++ optional pulseaudioSupport libpulseaudio;
|
||||||
|
@ -12680,7 +12680,7 @@ let
|
|||||||
inherit (gnome) libglade;
|
inherit (gnome) libglade;
|
||||||
};
|
};
|
||||||
|
|
||||||
obs-studio = callPackage ../applications/video/obs-studio {
|
obs-studio = qt5.callPackage ../applications/video/obs-studio {
|
||||||
pulseaudioSupport = config.pulseaudio or true;
|
pulseaudioSupport = config.pulseaudio or true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user