gst_all_1.gst-plugins-base: depend on wayland-scanner

Currently wayland-scanner is defined to be wayland.bin, but we want to
split wayland-scanner into a separate package.
This commit is contained in:
Alyssa Ross
2024-08-11 16:04:13 +03:00
committed by Florian Klink
parent 4fb55bca32
commit b97d2b7eb1
@@ -26,6 +26,7 @@
, libXv
, libdrm
, enableWayland ? stdenv.isLinux
, wayland-scanner
, wayland
, wayland-protocols
, enableAlsa ? stdenv.isLinux
@@ -76,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
] ++ lib.optionals enableDocumentation [
hotdoc
] ++ lib.optionals enableWayland [
wayland
wayland-scanner
];
buildInputs = [