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:
parent
d857dbe436
commit
036ed9b9f1
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue