diff options
| author | Naz <ndpm13@ch-naseem.com> | 2026-01-20 11:42:50 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2026-06-27 16:09:17 +0100 |
| commit | e6d50b05a4aa4b9da7a9aaa27bf2912c5014edf9 (patch) | |
| tree | df68bcd863add6bce0b37896f57a211f3cd4ae8d /config.mk | |
| parent | ee4a16ded77e7d87787c0a2f966e5ef2611407a4 (diff) | |
feat(patch): apply dwm-swallow-6.3
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,10 +20,11 @@ FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) #FREETYPEINC = ${X11INC}/freetype2 #MANPREFIX = ${PREFIX}/man +#KVMLIB = -lkvm # 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 ${KVMLIB} # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} |
