summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2022-07-17 21:53:24 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-07-17 22:37:07 +0000
commita35396edbf8ac12da2ad5ee84c712ccd0597aef8 (patch)
tree08b2e5c0342f35a49922a020da69819013bae4c0
parentMerge pull request #181695 from Ma27/backport-element (diff)
downloadnixpkgs-origin/backport-181885-to-release-22.05.tar.gz
libdecor: add missing dep egl (fix cross-compile)origin/backport-181885-to-release-22.05
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 (cherry picked from commit 036ed9b9f1fdb28a87017f5bc6c6e5c64786391b)
-rw-r--r--pkgs/development/libraries/libdecor/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libdecor/default.nix b/pkgs/development/libraries/libdecor/default.nix
index 25abfc34b36d..34b4e021b0f1 100644
--- a/pkgs/development/libraries/libdecor/default.nix
+++ b/pkgs/development/libraries/libdecor/default.nix
@@ -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