about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-06-27 22:13:23 -0400
committerZach DeCook <zachdecook@librem.one>2022-06-27 22:13:23 -0400
commitfb48d006fa0d539a1d98ed0b731a0b359f1dce1d (patch)
treeeb3a6d01974007c51c7e7abc73d0a6dca8df0aa0 /Makefile
parenta14bd4e0055e314d9b31e1d5fd1ec75222879632 (diff)
downloadsuggpicker-fb48d006fa0d539a1d98ed0b731a0b359f1dce1d.tar.gz
dependencies: Don't link with xkbcommon
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)