diff options
| author | Nikita Langer <nikitalanger@icloud.com> | 2026-07-14 14:18:24 +0200 |
|---|---|---|
| committer | Nikita Langer <nikitalanger@icloud.com> | 2026-07-14 14:18:24 +0200 |
| commit | ce36d2ea39fa4883e40f06d5d61fde2847bee987 (patch) | |
| tree | c3fc197a014c1e0ae2b85c4f85b11decc0edb473 /config.mk | |
| parent | 240c2f060bd412c7a565a701674a1f4dca23b422 (diff) | |
| download | dwm-ce36d2ea39fa4883e40f06d5d61fde2847bee987.tar.gz dwm-ce36d2ea39fa4883e40f06d5d61fde2847bee987.tar.bz2 dwm-ce36d2ea39fa4883e40f06d5d61fde2847bee987.tar.xz dwm-ce36d2ea39fa4883e40f06d5d61fde2847bee987.zip | |
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ FREETYPEINC = /usr/include/freetype2 # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} -LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lxcb -lxcb-res ${KVMLIB} +LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lxcb -lxcb-res -lXrender ${KVMLIB} # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} $(MYFLAGS) |
