aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2021-12-14 14:12:23 +0100
committerTharre <tharre3@gmail.com>2025-02-05 21:45:35 +0100
commitda5e2454c0e7ec252c92414b911cb5535052e60c (patch)
tree096d119d4ddb44d2c521683d917ebe6b787e5a20 /config.mk
parent98610fcd37f655d44586323dc86c1d013c2798ce (diff)
downloadst-transparency-da5e2454c0e7ec252c92414b911cb5535052e60c.tar.gz
st-transparency-da5e2454c0e7ec252c92414b911cb5535052e60c.tar.xz
st-transparency-da5e2454c0e7ec252c92414b911cb5535052e60c.zip
Implement transparency
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 fdc29a7..069a6c2 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`