Updated Makefile

This commit is contained in:
Ethan Smith-Coss 2024-06-19 21:05:02 +01:00
parent 3a642b7c59
commit 7656d25afe
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -86,7 +86,7 @@ $(__Hyprwayland-scanner):
.PHONY : libxcb-errors
libxcb-errors:
git clone https://gitlab.freedesktop.org/xorg/lib/libxcb-errors.git
__Libxcb-errors = /usr/include/xcb
__Libxcb-errors = /usr/lib/pkgconfig/xcb-errors.pc
$(__Libxcb-errors):
@echo "Building and install library libxcb-errors..."
@[[ -z "$(ls -A libxcb-errors)" ]] && $(MAKE) libxcb-errors