spoon

set dwm status
git clone git://git.2f30.org/spoon
Log | Files | Refs | LICENSE

commit f0108d889d337e53a1731b7b31d27ac6daadd900
parent ba87d6de7c9526db404a4e928b2716a9ed4b1721
Author: sin <sin@2f30.org>
Date:   Fri, 14 Oct 2016 14:45:18 +0100

Add comment to explain how to stub out dependencies

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -18,6 +18,9 @@ CPPFLAGS = $(CPPFLAGS_$(UNAME)) LDFLAGS = $(LDFLAGS_$(UNAME)) LDLIBS = -lX11 +# To remove extra compile time dependencies for unwanted plugins +# comment out the following sections. The stub implementations +# from stub.c will be used instead. OBJ += xkblayout.o LDLIBS += -lxkbfile