diff options
author | tsxv478 <vt0451@yandex.ru> | 2022-07-16 06:56:44 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2022-07-16 06:56:44 +0300 |
commit | 949f70176780ceda4f4bfca4574e829a94edacee (patch) | |
tree | 813f206bc819dbdef77502652973361c6ff855ea /config.mk | |
parent | 9654e64a3053932a24e74518a5fe5153255e79f6 (diff) |
swallow patch
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,11 +19,12 @@ FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) #FREETYPEINC = ${X11INC}/freetype2 +#KVMLIB = -lkvm #MANPREFIX = ${PREFIX}/man # 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_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} |