From 15c172c8c608645379bc798edd588dc6134325e1 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Thu, 6 Oct 2022 17:21:46 -0400 Subject: Openbsd --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index ff9e508..95455fc 100644 --- a/config.mk +++ b/config.mk @@ -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} -- cgit v1.2.3