From 7656d25afe4b171110ec60384d91785370b2e078 Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Wed, 19 Jun 2024 21:05:02 +0100 Subject: [PATCH] Updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49736b4..c19afa8 100644 --- a/Makefile +++ b/Makefile @@ -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