aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkolunmi <kolunmi@tutanota.com>2023-02-18 20:35:48 -0700
committerkolunmi <kolunmi@tutanota.com>2023-02-18 20:35:48 -0700
commit23bf1d2bb06e7af1230e31e813fcc05f45c50734 (patch)
treecbdbadd31f76b29c844a7ea20687338509032e06 /Makefile
parentfe2d0e670f9ddd80a932da6008cbce514bb306e8 (diff)
downloaddwlb-23bf1d2bb06e7af1230e31e813fcc05f45c50734.tar.gz
major refactoring and add status buttons
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