From 9b4825075d918647e515fabd9a190cd546df9ac3 Mon Sep 17 00:00:00 2001 From: Julian T Date: Wed, 5 Sep 2018 22:15:09 +0200 Subject: Fixed makefile and added gitignore --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') 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} -- cgit v1.2.3