From fb48d006fa0d539a1d98ed0b731a0b359f1dce1d Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Mon, 27 Jun 2022 22:13:23 -0400 Subject: dependencies: Don't link with xkbcommon --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ac9250b..a053c5a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME=suggpicker BIN=${NAME} SRC=. -PKGS = wayland-client xkbcommon pangocairo +PKGS = wayland-client pangocairo MY_SOURCES += $(wildcard $(SRC)/*.c) MY_HEADERS += $(wildcard $(SRC)/*.h) -- cgit 1.4.1