Skip to content

Commit 610aabe

Browse files
committed
wayfire: Add missing libGL
Cairo no longer propagates libGL. meson.build:26:17: ERROR: Dependency "egl" not found, tried pkgconfig and cmake
1 parent a7c25f4 commit 610aabe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkgs/applications/window-managers/wayfire/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
, wf-config
99
, cairo
1010
, doctest
11+
, libGL
1112
, libdrm
1213
, libexecinfo
1314
, libinput
@@ -42,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
4243

4344
buildInputs = [
4445
wf-config
46+
libGL
4547
libdrm
4648
libexecinfo
4749
libinput

0 commit comments

Comments
 (0)