From 2bbf4cd0db92dd25e33a8c0d28a1391cc202510e Mon Sep 17 00:00:00 2001 From: Kusoneko Date: Tue, 23 May 2023 19:29:41 -0400 Subject: Fix compilation on OpenBSD --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 8531fb9..2e1c7ae 100644 --- a/config.mk +++ b/config.mk @@ -16,7 +16,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 1.4.1