~earboxer/suggpicker

fb48d006fa0d539a1d98ed0b731a0b359f1dce1d — Zach DeCook 2 years ago a14bd4e
dependencies: Don't link with xkbcommon
2 files changed, 1 insertions(+), 2 deletions(-)

M Makefile
M README.md
M Makefile => Makefile +1 -1
@@ 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)

M README.md => README.md +0 -1
@@ 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`