From 23bf1d2bb06e7af1230e31e813fcc05f45c50734 Mon Sep 17 00:00:00 2001 From: kolunmi Date: Sat, 18 Feb 2023 20:35:48 -0700 Subject: major refactoring and add status buttons --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3