tconfig.mk: disable OpenBSD freetype option - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 0692b518123bd3ad160720a8e8d23462ec747ac0
DIR parent 42835dec02bd3654c5b4f1de473d8a7316d73391
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 7 Apr 2022 11:22:46 +0200
config.mk: disable OpenBSD freetype option
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/config.mk b/config.mk
t@@ -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}