From e5a9d3c01f9715bcf3d90206b990a57cfbca76b8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 22 Aug 2024 20:58:01 +0900 Subject: [PATCH] updated rofi-wayland script (added dependencies) --- install-scripts/rofi-wayland.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/install-scripts/rofi-wayland.sh b/install-scripts/rofi-wayland.sh index 2817471..dc018c3 100755 --- a/install-scripts/rofi-wayland.sh +++ b/install-scripts/rofi-wayland.sh @@ -11,6 +11,17 @@ rofi=( libmpdclient-dev libnl-3-dev libasound2-dev + libstartup-notification0-dev + libxcb-ewmh-dev + libxcb-cursor-dev + libxcb-icccm4-dev + libxcb-randr0-dev + libxcb-render-util0-dev + libxcb-util-dev + libxcb-xkb-dev + libxcb-xinerama0-dev + libxkbcommon-dev + libxkbcommon-x11-dev )