spoon

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

commit 3cf78be48fa1328e4f0d8e36c8a1576aa90b8388
parent 0084b7ff74c5649b163db85b1a2b50fa2e146199
Author: lostd <lostd@2f30.org>
Date:   Mon,  7 Nov 2016 11:31:36 +0000

Xlib is basic and needed for all systems

Diffstat:
MMakefile | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -11,17 +11,15 @@ include config.mk CPPFLAGS_OpenBSD = -I/usr/X11R6/include -I/usr/local/include LDFLAGS_OpenBSD = -L/usr/X11R6/lib -L/usr/local/lib -LDLIBS_OpenBSD = -lX11 CPPFLAGS_Linux =\ -I/usr/local/include\ -DPATH_BAT_CAP=\"/sys/class/power_supply/BAT0/capacity\"\ -DPATH_AC_ONLINE=\"/sys/class/power_supply/AC/online\"\ -DPATH_TEMP=\"/sys/class/hwmon/hwmon0/temp1_input\"\ -DPATH_CPU_FREQ=\"/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq\" -LDLIBS_Linux = -lX11 CPPFLAGS = $(CPPFLAGS_$(UNAME)) LDFLAGS = $(LDFLAGS_$(UNAME)) -LDLIBS = $(LDLIBS_$(UNAME)) +LDLIBS = -lX11 # To remove extra compile time dependencies for unwanted plugins # comment out the following sections. The stub implementations