From fc0ee7b61301f8c8d5a0accc1c5b12715128b3ff Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 4 Dec 2023 13:40:39 +0900 Subject: [PATCH] updated rofi-wayland --- install-scripts/rofi-wayland.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install-scripts/rofi-wayland.sh b/install-scripts/rofi-wayland.sh index c7d97fb..876d52e 100644 --- a/install-scripts/rofi-wayland.sh +++ b/install-scripts/rofi-wayland.sh @@ -3,6 +3,10 @@ rofi=( bison flex + libxcb-util-dev + libxcb-cursor-dev + libxcb-xinerama0-dev + libstartup-notification0-dev ) ############## WARNING DO NOT EDIT BEYOND THIS LINE if you dont know what you are doing! ###################################### @@ -74,7 +78,7 @@ printf "\n\n\n" printf "${NOTE} Installing rofi-wayland...\n" if git clone https://github.com/lbonn/rofi.git 2>&1 | tee -a "$LOG"; then cd rofi || exit 1 - meson build -Dxcb=disabled & + meson setup build & ninja -C build & if sudo ninja -C build install 2>&1 | tee -a "$LOG"; then printf "${OK} rofi-wayland installed successfully.\n"