Introduction
Introduction Statistics Contact Development Disclaimer Help
tXlib is basic and needed for all systems - spoon - dwm status utility (2f30 fo…
git clone git://src.adamsgaard.dk/spoon
Log
Files
Refs
LICENSE
---
commit 3cf78be48fa1328e4f0d8e36c8a1576aa90b8388
parent 0084b7ff74c5649b163db85b1a2b50fa2e146199
Author: lostd <[email protected]>
Date: Mon, 7 Nov 2016 11:31:36 +0000
Xlib is basic and needed for all systems
Diffstat:
M Makefile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -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
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.