Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd comment to explain how to stub out dependencies - spoon - dwm status utili…
git clone git://src.adamsgaard.dk/spoon
Log
Files
Refs
LICENSE
---
commit f0108d889d337e53a1731b7b31d27ac6daadd900
parent ba87d6de7c9526db404a4e928b2716a9ed4b1721
Author: sin <[email protected]>
Date: Fri, 14 Oct 2016 14:45:18 +0100
Add comment to explain how to stub out dependencies
Diffstat:
M Makefile | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -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
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.