aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-04-13 17:03:17 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-04-13 17:03:17 +0200
commit68e408d22646c4d2a093029a907341d2943c5866 (patch)
tree7d6dd77b6d918fa8396dc619f62bd31c60239cc9 /config.mk
parent4ed0d0fe018adea8ef2f7f1308c38e8e9c2873a7 (diff)
set cursor position to "text"
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index f92717c..07f35f0 100644
--- a/config.mk
+++ b/config.mk
@@ -4,5 +4,5 @@ PREFIX = /usr/local
XDG_SHELL_CLIENT_PROTOCOL = /usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml
CFLAGS = -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -DVERSION=\"${VERSION}\" -D_XOPEN_SOURCE=600
-LIBS = -lfreetype -lwayland-client -lrt -lxkbcommon -lm -lgrapheme
+LIBS = -lfreetype -lwayland-client -lwayland-cursor -lrt -lxkbcommon -lm -lgrapheme
CC=cc