diff --git a/Makefile b/Makefile index e1002d4..87e09d8 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ MESON=/usr/bin/meson INCLUDE_SYS_PATH=/usr/include # Components and libraries COMPONENTS=hyprcursor hyprlang hyprlock hyprpaper hyprutils wl-clipboard \ - hyprwayland-scanner tomlplusplus libxcb-errors + hyprwayland-scanner tomlplusplus libxcb-errors aquamarine # Set the default target to build .DEFAULT_GOAL := all @@ -89,7 +89,7 @@ $(__Aquamarine): $(__Hyprwayland-scanner) # Build Hyprland if it's not installed on the system __Hyprland = Hyprland/build/Hyprland $(__Hyprland): $(__Hyprlang) $(__Hyprcursor) $(__Hyprwayland-scanner) \ - $(__Libxcb-errors) + $(__Libxcb-errors) $(__Aquamarine) @echo "Building Hyprland..." sudo $(MAKE) -C Hyprland all