libdecor: add missing dep egl (fix cross-compile)

This adds a missing runtime dependency necessary when cross-compiling,
solving the following error:

> Run-time dependency egl found: NO (tried pkgconfig)
> demo/meson.build:7:0: ERROR: Dependency "egl" not found, tried pkgconfig
This commit is contained in:
pacien 2022-07-17 21:53:24 +02:00
parent d857dbe436
commit 036ed9b9f1

View file

@ -7,6 +7,7 @@
, wayland
, wayland-protocols
, wayland-scanner
, egl-wayland
, cairo
, dbus
, pango
@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
buildInputs = [
wayland
wayland-protocols
egl-wayland
cairo
dbus
pango