summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorJulian T <julian@T410.mynet>2018-09-05 22:15:09 +0200
committerJulian T <julian@T410.mynet>2018-09-05 22:15:09 +0200
commit9b4825075d918647e515fabd9a190cd546df9ac3 (patch)
tree14c0f20150263062b1b67adfd82e4efa81ef2919 /config.mk
parent5a9536b329d5c5ac2556eda4bc8b6273a4bda0d8 (diff)
Fixed makefile and added gitignore
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 7a2fb12..4eefb71 100644
--- a/config.mk
+++ b/config.mk
@@ -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}