Updated Makefile
Added build target for libxcb-errors library to build Hyprland
This commit is contained in:
parent
37cfc8218b
commit
bd8110a77a
12
Makefile
12
Makefile
|
|
@ -82,6 +82,18 @@ $(__Hyprwayland-scanner):
|
||||||
@echo "Installing library hyprwayland-scanner..."
|
@echo "Installing library hyprwayland-scanner..."
|
||||||
sudo $(CMAKE) --install ./hyprwayland-scanner/build
|
sudo $(CMAKE) --install ./hyprwayland-scanner/build
|
||||||
|
|
||||||
|
## :@TODO: install libxcb-errors
|
||||||
|
.PHONY : libxcb-errors
|
||||||
|
libxcb-errors:
|
||||||
|
git clone https://gitlab.freedesktop.org/xorg/lib/libxcb-errors.git
|
||||||
|
__Libxcb-errors = /usr/include/xcb
|
||||||
|
$(__Libxcb-errors):
|
||||||
|
@echo "Building and install library libxcb-errors..."
|
||||||
|
@[[ -z "$(ls -A libxcb-errors)" ]] && $(MAKE) libxcb-errors
|
||||||
|
cd libxcb-errors && { \
|
||||||
|
/bin/sh autogen.sh ; \
|
||||||
|
/bin/sh configure --prefix=/usr ; \
|
||||||
|
make && sudo make install ; }
|
||||||
|
|
||||||
### Makefile targets for hyprwm apps ###
|
### Makefile targets for hyprwm apps ###
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user