aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-03-27 21:40:35 +0300
committereug-vs <eugene@eug-vs.xyz>2022-01-18 23:53:12 +0300
commitea694dbab24d8628f57821fb07d13e6f93571f6c (patch)
tree89caa2bc258e5b2e05fd2a9ecabc0527cb4f66f6 /config.mk
parentcb19e80b91882242475a0d48e0faf0eb44f898f3 (diff)
downloaddwm-ea694dbab24d8628f57821fb07d13e6f93571f6c.tar.gz
feat: apply swallow 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 b6eb7e0..2960227 100644
--- a/config.mk
+++ b/config.mk
@@ -22,7 +22,7 @@ FREETYPEINC = /usr/include/freetype2
# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}
-LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
+LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lxcb -lxcb-res
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}