about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)