diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-18 20:03:05 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-18 20:03:05 +0100 |
| commit | ce9e4453d2ed41c27c72c0a51948995f3f122fcd (patch) | |
| tree | 19bc4a616cf4f143260bf8d31fbe6574024b8373 /config.mk | |
| parent | 2faa0fa7bfd3379dc7fe6e337688adf08c32c7b7 (diff) | |
move functions from search.c and togglemouse.c into dwm.c
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,9 +18,9 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD -FREETYPEINC = ${X11INC}/freetype2 -MANPREFIX = ${PREFIX}/man -KVMLIB = -lkvm +# FREETYPEINC = ${X11INC}/freetype2 +# MANPREFIX = ${PREFIX}/man +# KVMLIB = -lkvm # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} |
