wlroots_0_14: pin ffmpeg to 4.x
This commit is contained in:
parent
e3281ae938
commit
06d4ae6800
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, wayland-scanner
|
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, wayland-scanner
|
||||||
, libGL, wayland, wayland-protocols, libinput, libxkbcommon, pixman
|
, libGL, wayland, wayland-protocols, libinput, libxkbcommon, pixman
|
||||||
, xcbutilwm, libX11, libcap, xcbutilimage, xcbutilerrors, mesa
|
, xcbutilwm, libX11, libcap, xcbutilimage, xcbutilerrors, mesa
|
||||||
, libpng, ffmpeg, xcbutilrenderutil, seatd
|
, libpng, ffmpeg_4, xcbutilrenderutil, seatd
|
||||||
|
|
||||||
, enableXWayland ? true, xwayland ? null
|
, enableXWayland ? true, xwayland ? null
|
||||||
}:
|
}:
|
||||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libGL wayland wayland-protocols libinput libxkbcommon pixman
|
libGL wayland wayland-protocols libinput libxkbcommon pixman
|
||||||
xcbutilwm libX11 libcap xcbutilimage xcbutilerrors mesa
|
xcbutilwm libX11 libcap xcbutilimage xcbutilerrors mesa
|
||||||
libpng ffmpeg xcbutilrenderutil seatd
|
libpng ffmpeg_4 xcbutilrenderutil seatd
|
||||||
]
|
]
|
||||||
++ lib.optional enableXWayland xwayland
|
++ lib.optional enableXWayland xwayland
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue