From b8321b8b2ba6776c557ee65e074ade6525e00280 Mon Sep 17 00:00:00 2001 From: henrispriet <36509362+henrispriet@users.noreply.github.com> Date: Sun, 16 Jun 2024 10:36:48 +0000 Subject: [PATCH 1/2] Fix DEPENDENCIES.md for wayland --- DEPENDENCIES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 5d738d8571..ffb4256b93 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -25,6 +25,10 @@ pkgs.mkShell rec { xorg.libXcursor xorg.libXi xorg.libXrandr + + wayland + wayland.dev + libxkbcommon ]; LD_LIBRARY_PATH = From a892135206d258805c619b97d834658465bfcc5c Mon Sep 17 00:00:00 2001 From: henrispriet <36509362+henrispriet@users.noreply.github.com> Date: Sun, 16 Jun 2024 10:42:21 +0000 Subject: [PATCH 2/2] actually wayland.dev isn't needed --- DEPENDENCIES.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index ffb4256b93..87fd8c7c78 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -25,9 +25,7 @@ pkgs.mkShell rec { xorg.libXcursor xorg.libXi xorg.libXrandr - wayland - wayland.dev libxkbcommon ];