diff options
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) -#FREETYPEINC = ${X11INC}/freetype2 -#KVMLIB = -lkvm +FREETYPEINC = ${X11INC}/freetype2 +KVMLIB = -lkvm # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} |