summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2020-05-26 14:04:21 +0000
committerrafa_99 <rafa99@protonmail.com>2020-05-26 14:04:21 +0000
commit93f5e5a6493904d7680dce12adb36c70b097431c (patch)
treed1fe248ea27686946a447d69b464b01707a6b0ed /config.mk
parentfa8dabacbd6f78ae3c756e6cee5da204de7a70d7 (diff)
Bump to version 0.8.3
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 1d2f0e2..beafc35 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# st version
-VERSION = 0.8.2
+VERSION = 0.8.3
# Customize below to fit your system
@@ -16,7 +16,7 @@ PKG_CONFIG = pkg-config
INCS = -I$(X11INC) \
`$(PKG_CONFIG) --cflags fontconfig` \
`$(PKG_CONFIG) --cflags freetype2`
-LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender\
+LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \
`$(PKG_CONFIG) --libs fontconfig` \
`$(PKG_CONFIG) --libs freetype2`