aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 06bafc1..3e5a145 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ dwlb.o: utf8.h config.h xdg-shell-protocol.h xdg-output-unstable-v1-protocol.h w
dwlb: xdg-shell-protocol.o xdg-output-unstable-v1-protocol.o wlr-layer-shell-unstable-v1-protocol.o
# Library dependencies
-dwlb: CFLAGS+=$(shell pkg-config --cflags wayland-client fcft pixman-1)
-dwlb: LDLIBS+=$(shell pkg-config --libs wayland-client fcft pixman-1) -lrt
+dwlb: CFLAGS+=$(shell pkg-config --cflags wayland-client wayland-cursor fcft pixman-1)
+dwlb: LDLIBS+=$(shell pkg-config --libs wayland-client wayland-cursor fcft pixman-1) -lrt
.PHONY: all clean install