diff options
author | Julian T <julian@T410.mynet> | 2018-09-05 22:15:09 +0200 |
---|---|---|
committer | Julian T <julian@T410.mynet> | 2018-09-05 22:15:09 +0200 |
commit | 9b4825075d918647e515fabd9a190cd546df9ac3 (patch) | |
tree | 14c0f20150263062b1b67adfd82e4efa81ef2919 /config.mk | |
parent | 5a9536b329d5c5ac2556eda4bc8b6273a4bda0d8 (diff) |
Fixed makefile and added gitignore
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) -FREETYPEINC = ${X11INC}/freetype2 +#FREETYPEINC = ${X11INC}/freetype2 # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} |