summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-20 21:52:16 +0000
committerGitHub <noreply@github.com>2026-05-20 21:52:16 +0000
commitf03dee2aa509030f4383814c1e49b33e0cab9c0d (patch)
tree408096078532d18dc0dc06d02b7c0ce93ce3e9bb /config.mk
parentfb009d1cb85bb2e19cf267fe794cf9ab626c9792 (diff)
update to st 0.9.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 069a6c2..2fc854e 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# st version
-VERSION = 0.9.2
+VERSION = 0.9.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`