suggestion picker: a persistent layer to complement virtual keyboards like wvkbd
-rw-r--r--Makefile2
-rw-r--r--README.md1
2 files changed, 1 insertions, 2 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)
diff --git a/README.md b/README.md
index ea2dca5..f9e4254 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,6 @@ You'll need the following developer packages
- pangocairo
- wayland-client
- - xkbcommon
Make any customizations you would like in `config.h` and run `make`