Merge pull request #180029 from TilCreator/fixQgroundcontrolr

This commit is contained in:
ajs124 2022-08-01 23:43:29 +02:00 committed by GitHub
commit ee81907db5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,12 @@ mkDerivation rec {
];
gstInputs = with gst_all_1; [
gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad wayland
gstreamer
gst-plugins-base
(gst-plugins-good.override { qt5Support = true; })
gst-plugins-bad
gst-libav
wayland
];
buildInputs = [ SDL2 ] ++ gstInputs ++ qtInputs;