Updated Makefile
This commit is contained in:
parent
d4e1774779
commit
1aed62283d
5
Makefile
5
Makefile
|
|
@ -72,8 +72,8 @@ $(__Libxcb-errors): libxcb-errors
|
|||
cd libxcb-errors && { \
|
||||
git submodule update --init ; \
|
||||
/bin/sh autogen.sh ; \
|
||||
/bin/sh configure --prefix=/usr ; \
|
||||
make && sudo make install ; }
|
||||
/bin/sh configure --prefix=/usr }
|
||||
make -C libxcb-errors && sudo make -C libxcb-errors install
|
||||
|
||||
__Aquamarine = $(INCLUDE_SYS_PATH)/aquamarine
|
||||
$(__Aquamarine): $(__Hyprwayland-scanner) $(__Hyprutils) aquamarine
|
||||
|
|
@ -91,6 +91,7 @@ __Hyprland = Hyprland/build/Hyprland
|
|||
$(__Hyprland): $(__Hyprcursor) $(__Libxcb-errors) $(__Aquamarine)
|
||||
@echo "Building Hyprland..."
|
||||
sudo $(MAKE) -C Hyprland all
|
||||
sudo chown -R $$USER:$$USER Hyprland/build
|
||||
|
||||
# Build hyprlock if it's not installed on the system
|
||||
__Hyprlock = hyprlock/build/hyprlock
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user