summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-07-31 01:15:26 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-07-31 01:15:26 +0300
commit409871836750c0446a9f1141866aa4bb18548908 (patch)
tree7d3a98fd8a8344f6e835febb923e9fcbe1e3a6d9 /config.mk
parent3f48ff3e8f5c6f1d68d3b4f5e5bca6f38b8f6d1c (diff)
alpha patch
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index ddf278a..7ec090b 100644
--- a/config.mk
+++ b/config.mk
@@ -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 \
+LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender\
`$(PKG_CONFIG) --libs fontconfig` \
`$(PKG_CONFIG) --libs freetype2`