summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2023-12-30 17:12:50 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2023-12-30 17:12:50 +0000
commitf08b35d51292c85e5afcfa00c1e4c2ce38eb17bb (patch)
tree958b5eea03287131974cd80ea3e03c337c8b2829 /config.mk
parent12e2061b709fbacd6ca62099bc3916f2b84621cb (diff)
parente569a8e6f600038c5047b82f16ae566d35b9b9d7 (diff)
Merge branch '0.8.5-branch'HEADmain
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index beafc35..4c4c5d5 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# st version
-VERSION = 0.8.3
+VERSION = 0.8.5
# Customize below to fit your system
@@ -28,8 +28,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