libwpe-fdo: 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:
parent
c18e0463fb
commit
8714155dd0
@ -4,6 +4,7 @@
|
||||
, meson
|
||||
, pkg-config
|
||||
, ninja
|
||||
, wayland-scanner
|
||||
, wayland
|
||||
, libepoxy
|
||||
, glib
|
||||
@ -30,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
pkg-config
|
||||
meson
|
||||
ninja
|
||||
wayland
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user