aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authortrainytrain <trainytrain@rape.lol>2021-05-09 01:53:29 -0700
committertrainytrain <trainytrain@rape.lol>2021-05-09 01:53:29 -0700
commit64ad31237da6d14f0193adb7f1210255d5d647dd (patch)
tree3a6f8bcacd6a0211fd3dd0b8b7ae42df0539883d /config.mk
parent7e6e779130327e065fcf587afa80f13150d0de31 (diff)
init
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk12
1 files changed, 8 insertions, 4 deletions
diff --git a/config.mk b/config.mk
index 1741840..dcf5706 100644
--- a/config.mk
+++ b/config.mk
@@ -1,15 +1,19 @@
# st version
-VERSION = 0.8.4
+VERSION = 0.8.2
# Customize below to fit your system
# paths
-PREFIX = /usr/local
+PREFIX ?= /usr/local
MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
+# include X11 in Ubuntu
+# X11INC = /usr/include/X11R6
+# X11LIB = /usr/lib/X11R6
+
PKG_CONFIG = pkg-config
# includes and libs
@@ -30,8 +34,8 @@ STLDFLAGS = $(LIBS) $(LDFLAGS)
# OpenBSD:
#CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
#LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \
-# `$(PKG_CONFIG) --libs fontconfig` \
-# `$(PKG_CONFIG) --libs freetype2`
+# `pkg-config --libs fontconfig` \
+# `pkg-config --libs freetype2`
# compiler and linker
# CC = c99