diff options
author | 2024-06-16 20:37:41 +0200 | |
---|---|---|
committer | 2024-06-16 20:37:41 +0200 | |
commit | d8d58635e12ce590119d9d1293dbbf7e722c5ba3 (patch) | |
tree | bb83d0e37b8d903b1870d3e87393d1d3eb5e063f | |
parent | 95d4adb55e485c01eec839736f328be26f2ccab6 (diff) | |
parent | a892135206d258805c619b97d834658465bfcc5c (diff) | |
download | iced-d8d58635e12ce590119d9d1293dbbf7e722c5ba3.tar.gz iced-d8d58635e12ce590119d9d1293dbbf7e722c5ba3.tar.bz2 iced-d8d58635e12ce590119d9d1293dbbf7e722c5ba3.zip |
Merge pull request #2465 from henrispriet/henrispriet-wayland-deps
Fix DEPENDENCIES.md for wayland
Diffstat (limited to '')
-rw-r--r-- | DEPENDENCIES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 5d738d85..87fd8c7c 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -25,6 +25,8 @@ pkgs.mkShell rec { xorg.libXcursor xorg.libXi xorg.libXrandr + wayland + libxkbcommon ]; LD_LIBRARY_PATH = |