diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2022-04-30 12:53:04 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2022-04-30 12:53:04 +0200 |
commit | feb122116fdb3619502c2e8d88f6dd570bc4b4ca (patch) | |
tree | 607fb05dcb3510a477a6750b79c74616a57811c0 /config.mk | |
parent | dc4e993b3d5223d758eeb72fac1424da492b58c2 (diff) |
comment
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 (uncomment) -FREETYPEINC = ${X11INC}/freetype2 -ADDINCS = -I/usr/local/include -ADDLIBS = -L/usr/local/lib +# FREETYPEINC = ${X11INC}/freetype2 +# ADDINCS = -I/usr/local/include +# ADDLIBS = -L/usr/local/lib # Includes and libs INCS = -I${X11INC} -I${FREETYPEINC} ${ADDINCS} |