diff options
| author | Douglas Rumbaugh <douglas@thinkpad.my.domain> | 2022-10-06 17:21:46 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <douglas@thinkpad.my.domain> | 2022-10-06 17:21:46 -0400 |
| commit | 15c172c8c608645379bc798edd588dc6134325e1 (patch) | |
| tree | ea7a12ce907c6a2d5b9feac79f4ea63dad858cc6 /config.mk | |
| parent | 7e6c8d06024a0ca79589be00db4eff5d0474db9d (diff) | |
| download | dwm-15c172c8c608645379bc798edd588dc6134325e1.tar.gz | |
Openbsd
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} |